Skip to main content

Module backpressure

Module backpressure 

Source
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ยง

BackpressureStrategy
Strategy applied when the Ring 0 channel is full and cannot accept more messages.