Output

Trait Output 

Source
pub trait Output: Stage { }
Expand description

Outputs: emit processed events to local or synchronous destinations with explicit failure semantics. Ordered write, bounded retry, no unbounded retry, no background flush.

Implementors§