Package org.duracloud.common.retry
-
Interface Summary Interface Description ExceptionHandler A simple interface for handling exceptions.Retriable All implementations of this interface perform an action which may need to be attempted more than once to allow for a greater likelihood of success. -
Class Summary Class Description Retrier Handles performing actions that need to be retried.