| Modifier and Type | Class and Description |
|---|---|
static interface |
Retry.Block<T> |
static class |
Retry.ContinueException |
static class |
Retry.FailException |
static interface |
Retry.Policy |
| Constructor and Description |
|---|
Retry() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
retry(Retry.Block<T> block,
Retry.Policy policy) |
public Retry()
public <T> T retry(Retry.Block<T> block, Retry.Policy policy) throws Retry.FailException
Retry.FailExceptionCopyright © 2019 Nuxeo. All rights reserved.