Expand description
Backpressure strategies for WebSocket connectors.
When the internal Ring 0 bounded channel is full and cannot accept more
messages from a WebSocket source, a BackpressureStrategy determines
what happens to incoming data.
Enumsยง
- Backpressure
Strategy - Strategy applied when the Ring 0 channel is full and cannot accept more messages.