Skip to main content

sink_guarantee

Function sink_guarantee 

Source
pub fn sink_guarantee(kind: &str) -> SinkGuarantee
Expand description

The strongest delivery guarantee a sink kind can uphold (Sink::sink_guarantee, issue #292). Derived from IDEMPOTENT_SINK_KINDS / UPSERT_SINK_KINDS.