Skip to main content

Event-Driven Design

Havklo delivers all data through a channel-based event system. Your application receives events and reacts - no polling required.

Event Types

Real-time market data:
Usage:

OrderbookSnapshot

The snapshot contains full orderbook state:

Backpressure

The event channel has bounded capacity (default 1024). If your handler is slow:
BufferOverflow means you’re not keeping up. Consider processing faster, increasing capacity, or filtering events.

Event Filtering

Reduce noise at subscription time: