Class RetrySyncExecutor<T>

  • Type Parameters:
    T - The type that is returned by the Callable (eg: Boolean, Void, Object, etc)
    All Implemented Interfaces:
    RetryExecutor<T,​RetryStatus<T>>, Loggable

    public class RetrySyncExecutor<T>
    extends Object
    implements RetryExecutor<T,​RetryStatus<T>>, Loggable
    Default implementation that does a single, synchronous retry in the same thread that it is called from.