跳转到内容
简体中文

ProducerControllerOptions

此内容尚不支持你的语言。

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