Uses of Interface
org.duracloud.common.retry.Retriable
Packages that use Retriable
-
Uses of Retriable in org.duracloud.common.retry
Methods in org.duracloud.common.retry with parameters of type RetriableModifier and TypeMethodDescription<T> TExecutes 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.