ch.systemsx.cisd.common.api.retry.config
Interface RetryConfiguration

All Known Implementing Classes:
DefaultRetryConfiguration, StaticRetryConfiguration

public interface RetryConfiguration


Method Summary
 int getMaximumNumberOfRetries()
           
 int getWaitingTimeBetweenRetries()
           
 float getWaitingTimeBetweenRetriesIncreasingFactor()
           
 

Method Detail

getMaximumNumberOfRetries

int getMaximumNumberOfRetries()

getWaitingTimeBetweenRetries

int getWaitingTimeBetweenRetries()

getWaitingTimeBetweenRetriesIncreasingFactor

float getWaitingTimeBetweenRetriesIncreasingFactor()