Class Hierarchy
- java.lang.Object
- org.nuxeo.ecm.core.redis.retry.Retry
- org.nuxeo.ecm.core.redis.retry.SimpleDelay (implements org.nuxeo.ecm.core.redis.retry.Retry.Policy)
- org.nuxeo.ecm.core.redis.retry.ExponentialBackofDelay
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- org.nuxeo.ecm.core.redis.retry.Retry.ContinueException
- org.nuxeo.ecm.core.redis.retry.Retry.FailException
- java.lang.Exception
Interface Hierarchy
- org.nuxeo.ecm.core.redis.retry.Retry.Block<T>
- org.nuxeo.ecm.core.redis.retry.Retry.Policy