| Package | Description |
|---|---|
| org.mule.runtime.core.api.retry | |
| org.mule.runtime.core.retry.async | |
| org.mule.runtime.core.retry.policies |
| Modifier and Type | Method and Description |
|---|---|
RetryContext |
RetryPolicyTemplate.execute(RetryCallback callback,
Executor workManager)
Applies the retry policy by performing a blocking action.
|
| Modifier and Type | Method and Description |
|---|---|
RetryContext |
AsynchronousRetryTemplate.execute(RetryCallback callback,
Executor workManager) |
| Constructor and Description |
|---|
RetryWorker(RetryPolicyTemplate delegate,
RetryCallback callback,
Executor workManager) |
RetryWorker(RetryPolicyTemplate delegate,
RetryCallback callback,
Executor workManager,
Latch startLatch) |
| Modifier and Type | Method and Description |
|---|---|
RetryContext |
AbstractPolicyTemplate.execute(RetryCallback callback,
Executor workManager) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.