Skip to main content

RetryStrategy

Type Alias RetryStrategy 

Source
pub type RetryStrategy = Box<dyn Fn(&mut Messages, Option<&Metadata>, CallbackRetryContext) -> Pin<Box<dyn Future<Output = ()> + Send>> + Sync + Send>;

Aliased Typeยง

pub struct RetryStrategy(/* private fields */);