Module eventbus

Module eventbus 

Source
Expand description

Event bus: WebSocket event dispatching to connected clients. Port of Go’s pkg/eventbus/eventbus.go.

Structs§

EventBus
Global event bus for dispatching WebSocket events to connected clients.
EventBusBridge
Bridge from WPS Broker to EventBus. Wraps WaveEvents as RPC eventrecv messages and broadcasts them to all WS clients.
WSEventType
WindowWatchData 🔒
WsReceivers
The pair of receivers handed to a WebSocket connection on registration. Terminal echo + interactive events arrive on priority; perf telemetry on background.

Enums§

Lane
Egress priority lane for a server→client event.

Constants§

WS_EVENT_RPC