Class Retryable<T>
java.lang.Object
org.ovirt.vdsm.jsonrpc.client.utils.retry.Retryable<T>
- Type Parameters:
T- Result type.
- All Implemented Interfaces:
Callable<T>
Wrapper of any
Callable which retries call method execution based on provided RetryPolicy.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary