Skip to main content

Module backpressure

Module backpressure 

Source
Expand description

Backpressure strategies for WebSocket connectors.

When the internal bounded channel is full and cannot accept more messages from a WebSocket source, a WsBackpressure strategy determines what happens to incoming data.

Enumsยง

WsBackpressure
Strategy applied when the bounded channel is full and cannot accept more messages.