コンテンツにスキップ
日本語

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