Structs§
- Websocket
Carrier - Carries requests & responses between the websocket, and the attached bus (which must implement WebsocketMessageBus).
- Websocket
Connection Bus - Websocket
Listener Bus
Traits§
- Websocket
Message Bus - Defines a Send and Receive message type, and constrains the Message implementation on the bus. Allows the WebsocketConnectionBus to carry messages onto the bus.