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