Package io.iworkflow.core
Class ServiceApiRetryConfig
java.lang.Object
io.iworkflow.core.ServiceApiRetryConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract long
abstract int
abstract long
-
Constructor Details
-
ServiceApiRetryConfig
public ServiceApiRetryConfig()
-
-
Method Details
-
getInitialIntervalMills
public abstract long getInitialIntervalMills() -
getMaximumIntervalMills
public abstract long getMaximumIntervalMills() -
getMaximumAttempts
public abstract int getMaximumAttempts()
-