Package org.shakespeareframework
Interface RetryableTask
A
Task that will be retried until it succeeds or the timeout is reached. Exceptions thrown will be ignored by default unless they match
the acknowledged exception predicate.-
Field Summary
Fields inherited from interface org.shakespeareframework.Retryable
DEFAULT_TIMEOUT -
Method Summary
Methods inherited from interface org.shakespeareframework.Retryable
getInterval, getTimeout
-
Method Details