| Package | Description |
|---|---|
| com.mulesoft.anypoint.retry | |
| com.mulesoft.anypoint.retry.barrier |
| Modifier and Type | Class and Description |
|---|---|
class |
BackoffRunnableRetrier<T>
Executes multiple
Runnables in a separate thread until they complete successfully. |
| Modifier and Type | Method and Description |
|---|---|
RunnableRetrier<T> |
BackoffRunnableRetrier.scheduleRetry(T key,
Runnable runnable)
Schedules a task to be executed until successful.
|
RunnableRetrier<T> |
RunnableRetrier.scheduleRetry(T key,
Runnable runnable)
Schedules a task to be executed until successful.
|
| Modifier and Type | Field and Description |
|---|---|
protected RunnableRetrier<T> |
BackoffRetrierBarrier.retrier |
Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.