Aller au contenu
Français

ProducerControllerOptions

Ce contenu n’est pas encore disponible dans votre langue.

ProducerControllerOptions<T> = ProducerControllerOptionsBuilder<T> | Partial<ProducerControllerOptionsType<T>>

Defined in: src/delivery/ProducerControllerOptions.ts:76

Accepted input for a ProducerController: the fluent ProducerControllerOptionsBuilder OR a plain ProducerControllerOptionsType object.

T