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.FailException
Copyright © 2018 Nuxeo. All rights reserved.