Package io.activej.promise
Class RetryPolicy.StatelessRetryPolicy
java.lang.Object
io.activej.promise.RetryPolicy.StatelessRetryPolicy
- All Implemented Interfaces:
RetryPolicy<Void>
- Enclosing interface:
- RetryPolicy<S>
public abstract static class RetryPolicy.StatelessRetryPolicy
extends Object
implements RetryPolicy<Void>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.activej.promise.RetryPolicy
RetryPolicy.DelegatingRetryPolicy<S,DS>, RetryPolicy.SimpleRetryPolicy, RetryPolicy.SimpleRetryState, RetryPolicy.StatelessRetryPolicy -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.activej.promise.RetryPolicy
nextRetryTimestamp, withMaxTotalRetryCount, withMaxTotalRetryTimeout
-
Constructor Details
-
StatelessRetryPolicy
public StatelessRetryPolicy()
-
-
Method Details
-
createRetryState
- Specified by:
createRetryStatein interfaceRetryPolicy<Void>
-