Package io.iworkflow.core
Class ApiRetryConfig
- java.lang.Object
-
- io.iworkflow.core.ApiRetryConfig
-
@Immutable public abstract class ApiRetryConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ApiRetryConfig()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract long
getInitialIntervalMills()
abstract int
getMaximumAttempts()
abstract long
getMaximumIntervalMills()
-