Module handler

Module handler 

Source
Expand description

WebSocket message handler for Deribit.

The handler runs in a dedicated Tokio task as the I/O boundary between the client orchestrator and the network layer. It exclusively owns the WebSocketClient and processes commands from the client via an unbounded channel.

Structs§

DeribitWsFeedHandler
Deribit WebSocket feed handler.

Enums§

HandlerCommand
Commands sent from the client to the handler.