Interface RetryConfiguration
- All Known Implementing Classes:
DefaultRetryConfiguration,StaticRetryConfiguration
public interface RetryConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionintintfloat
-
Method Details
-
getMaximumNumberOfRetries
int getMaximumNumberOfRetries() -
getWaitingTimeBetweenRetries
int getWaitingTimeBetweenRetries() -
getWaitingTimeBetweenRetriesIncreasingFactor
float getWaitingTimeBetweenRetriesIncreasingFactor()
-