Package | Description |
---|---|
org.mule.modules.schedulers.cron | |
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
org.mule.transport.vm |
A connector implementation allowing events to be passed between Mule sessions via in-memory queues.
|
Modifier and Type | Method and Description |
---|---|
protected Scheduler |
CronSchedulerFactory.doCreate(String name,
PollingReceiverWorker job) |
Constructor and Description |
---|
CronScheduler(String name,
PollingReceiverWorker job,
String cronExpression,
TimeZone timeZone) |
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) |
Modifier and Type | Method and Description |
---|---|
protected PollingReceiverWorker |
VMMessageReceiver.createWork() |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.