Interface RetryPolicy

All Known Implementing Classes:
MaxRetryAttemptsPolicy, MaxRetryDurationPolicy, PredicateRetryPolicy

public interface RetryPolicy
Strategy interface to define a retry policy.
Since:
7.0
Author:
Mahmoud Ben Hassine
  • Method Summary

    Modifier and Type
    Method
    Description
    Start a new execution for this retry policy.