Aller au contenu
Français

WebsocketServerMessage

Ce contenu n’est pas encore disponible dans votre langue.

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