PollingErrorPolicy

Trait PollingErrorPolicy 

Source
pub trait PollingErrorPolicy:
    Send
    + Sync
    + Debug { }
Expand description

Determines how errors are handled in the polling loop.

Implementations of this trait determine if polling errors may resolve in future attempts, and for how long the polling loop may continue.

Implementors§