跳转到内容
简体中文

MqttActorMessage

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

MqttActorMessage<T, TSelf> = MqttCommand<T> | TSelf | MqttSignal<T>

Defined in: src/io/broker/MqttMessages.ts:235

Full mailbox type of an MqttActor: external commands, any application messages (TSelf) other actors tell it, and the internal signals. TSelf defaults to never.

T = unknown

TSelf = never