コンテンツにスキップ
日本語

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