Module bus

Module bus 

Source

Structs§

WebsocketCarrier
Carries requests & responses between the websocket, and the attached bus (which must implement WebsocketMessageBus).
WebsocketConnectionBus
WebsocketListenerBus

Traits§

WebsocketMessageBus
Defines a Send and Receive message type, and constrains the Message implementation on the bus. Allows the WebsocketConnectionBus to carry messages onto the bus.