public class RetryWorker extends Object implements Runnable
Runnable implementation used when executing a RetryPolicyTemplate in a separate thread.| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| 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 |
|---|---|
Exception |
getException() |
FutureRetryContext |
getRetryContext() |
void |
run() |
public RetryWorker(RetryPolicyTemplate delegate, RetryCallback callback, Executor workManager)
public RetryWorker(RetryPolicyTemplate delegate, RetryCallback callback, Executor workManager, Latch startLatch)
public Exception getException()
public FutureRetryContext getRetryContext()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.