| Package | Description |
|---|---|
| org.mule.retry.async | |
| org.mule.routing.requestreply | |
| org.mule.work |
A javax.resource.spi.WorkManager implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsynchronousRetryTemplate.setStartLatch(Latch latch) |
| Constructor and Description |
|---|
RetryWorker(RetryPolicyTemplate delegate,
RetryCallback callback,
WorkManager workManager,
Latch startLatch) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Latch> |
AbstractAsyncRequestReplyRequester.locks |
| Modifier and Type | Method and Description |
|---|---|
protected Latch |
AbstractAsyncRequestReplyRequester.createEventLock()
Creates the lock used to synchronize a given event
|
| Modifier and Type | Method and Description |
|---|---|
Latch |
WorkerContext.provideEndLatch()
Provides a latch, which can be used to wait the end of a work execution.
|
Latch |
WorkerContext.provideStartLatch()
Provides a latch, which can be used to wait the start of a work execution.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.