Interface IterationContext<T>

  • Type Parameters:
    T - Application context type
    All Known Subinterfaces:
    RepeatContext<T>, RetryContext<T>
    All Known Implementing Classes:
    DefaultContext

    public interface IterationContext<T>
    Context provided to retry or repeat callbacks.