Package org.nuxeo.ecm.core.redis.retry
Interface Retry.Block<T>
-
- Enclosing class:
- Retry
public static interface Retry.Block<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
retry()
-
-
-
Method Detail
-
retry
T retry() throws Retry.FailException, Retry.ContinueException
-
-