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 Constructor Description StatelessRetryPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VoidcreateRetryState()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.activej.promise.RetryPolicy
nextRetryTimestamp, withMaxTotalRetryCount, withMaxTotalRetryTimeout
-
-
-
-
Method Detail
-
createRetryState
public final Void createRetryState()
- Specified by:
createRetryStatein interfaceRetryPolicy<Void>
-
-