Package org.shakespeareframework
Interface Retryable
- All Known Subinterfaces:
RetryableQuestion<A>,RetryableTask
public interface Retryable
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DEFAULT_TIMEOUT
The default timeout
-
-
Method Details
-
getTimeout
- Returns:
- the timeout for this (default:
DEFAULT_TIMEOUT)
-
getInterval
- Returns:
- the interval to retry this (default
getTimeout()/ 10)
-