@FunctionalInterface public interface IRetryable<E extends Exception,F extends Exception,G extends Exception,H extends Exception,T>
Modifier and Type | Method and Description |
---|---|
T |
retryFunction()
Returns true on success, false will cause retry.
|
T retryFunction() throws RetryNeededException, InterruptedException, E extends Exception, F extends Exception, G extends Exception, H extends Exception
RetryNeededException
InterruptedException
E extends Exception
Copyright © 2019 CorfuDB. All rights reserved.