Uses of Interface
org.refcodes.controlflow.Retryable
-
Uses of Retryable in org.refcodes.controlflow
Classes in org.refcodes.controlflow that implement RetryableModifier and TypeClassDescriptionclassTheRetryCountercan be used in loops to test whether a retry should take place and in case a retry is to take place, then a given period of time (delay) is waited and the internal retry counter is decremented.classTheRetryTimeoutcan be used in loops to test whether a timeout has been reached, if the timeout has not been reached, then a given period of time (delay) is waited.