Pular para o conteúdo
Português (BR)

MqttActorMessage

Este conteúdo não está disponível em sua língua ainda.

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