Package org.nuxeo.ecm.core.redis.retry
Interface Retry.Policy
-
- All Known Implementing Classes:
ExponentialBackofDelay
,SimpleDelay
- Enclosing class:
- Retry
public static interface Retry.Policy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
allow()
void
pause()
-