Class RetryPolicyImpl<R>

java.lang.Object
dev.failsafe.internal.RetryPolicyImpl<R>
Type Parameters:
R - result type
All Implemented Interfaces:
Policy<R>, RetryPolicy<R>, DelayablePolicy<R>, FailurePolicy<R>

public class RetryPolicyImpl<R> extends Object implements RetryPolicy<R>, FailurePolicy<R>, DelayablePolicy<R>
A RetryPolicy implementation.
See Also: