跳转到内容
简体中文

WebsocketClientMessage

此内容尚不支持你的语言。

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