| Package | Description |
|---|---|
| org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContinuousPollingReceiverWorker
Bypass the regular scheduling mechanism in order to minimize latency and maximize
throughput for transports which have low or no cost for performing a poll operation
(such as an in-memory queue).
|
| Modifier and Type | Field and Description |
|---|---|
protected PollingReceiverWorker |
PollingReceiverWorkerSchedule.worker |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ScheduledFuture,PollingReceiverWorker> |
AbstractPollingMessageReceiver.schedules |
| Modifier and Type | Method and Description |
|---|---|
protected PollingReceiverWorker |
AbstractPollingMessageReceiver.createWork() |
| Constructor and Description |
|---|
PollingReceiverWorkerSchedule(PollingReceiverWorker work) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.