Package io.activej.promise
Class RetryPolicy.SimpleRetryState
- java.lang.Object
-
- io.activej.promise.RetryPolicy.SimpleRetryState
-
- Enclosing interface:
- RetryPolicy<S>
public static class RetryPolicy.SimpleRetryState extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ThrowablelastErrorprotected intretryCountprotected longretryFirstTimestamp
-
Constructor Summary
Constructors Constructor Description SimpleRetryState()
-
-
-
Field Detail
-
lastError
protected Throwable lastError
-
retryCount
protected int retryCount
-
retryFirstTimestamp
protected long retryFirstTimestamp
-
-