Zum Inhalt springen
Deutsch

WebsocketClientMessage

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

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).

TOut

TIn

TSelf = never