Interface RetryablePersistTask<A,T>
- All Superinterfaces:
PersistTask<A,
T>
- All Known Subinterfaces:
RetryablePersistTaskIterable<A,
T>
Implement this interface if a persist task can simply be executed
again when it failed because of a
OutdatedException
.- See Also:
-
Field Summary
-
Method Summary
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, run, skipErrors, unwrap
-
Field Details
-
DEFAULT_RETRIES
static final int DEFAULT_RETRIES- See Also:
-
-
Method Details
-
maxRetries
default int maxRetries()
-