Uses of Interface
org.duracloud.common.retry.Retriable
-
Packages that use Retriable Package Description org.duracloud.common.retry -
-
Uses of Retriable in org.duracloud.common.retry
Methods in org.duracloud.common.retry with parameters of type Retriable Modifier and Type Method Description <T> TRetrier. execute(Retriable retriable)Executes the action of a Retriable, and retries on error.<T> TRetrier. execute(Retriable retriable, ExceptionHandler exceptionHandler)Executes the action of a Retriable, and retries on error.
-