Class RetryingFunction<U,V>
java.lang.Object
io.atomix.client.utils.concurrent.RetryingFunction<U,V>
- Type Parameters:
U- input typeV- output type
- All Implemented Interfaces:
Function<U,V>
Function that retries execution on failure.
U - input typeV - output typeFunction<U,V>