콘텐츠로 이동
한국어

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