WebsocketClientMessage
Este conteúdo não está disponível em sua língua ainda.
WebsocketClientMessage<
TOut,TIn,TSelf> =TSelf|WebsocketClientSend<TOut> |WebsocketClientSignal<TIn>
Defined in: src/http/websocket/WebsocketMessages.ts:155
Full mailbox type of a client actor: the outbound-send command, the
internal signals, plus any application messages (TSelf).
Type Parameters
Section titled “Type Parameters”TOut
TIn
TSelf = never
