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.
Type Parameters
Section titled “Type Parameters”T = unknown
TSelf = never
