跳转到内容
简体中文

WebsocketServerMessage

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

WebsocketServerMessage<TOut, TIn, TSelf> = TSelf | WebsocketAcceptCommand | WebsocketServerSignal<TOut, TIn>

Defined in: src/http/websocket/WebsocketMessages.ts:109

Full mailbox type of a hub actor: the accept command, the internal signals, plus any application messages (TSelf) other actors may tell it — e.g. a ticker that triggers a broadcast. TSelf defaults to never.

TOut

TIn

TSelf = never