|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScheduledPollConsumerScheduler
A pluggable scheduler for ScheduledPollConsumer consumers.
DefaultScheduledPollConsumerScheduler is
using the ScheduledExecutorService from the JDK to schedule and run the poll task.
An alternative implementation is in camel-quartz2 component that allows to use CRON expression
to define when the scheduler should run.
| Method Summary | |
|---|---|
boolean |
isSchedulerStarted()
Whether the scheduler has been started. |
void |
onInit(Consumer consumer)
Initializes this ScheduledPollConsumerScheduler with the associated Consumer. |
void |
scheduleTask(Runnable task)
Schedules the task to run. |
void |
startScheduler()
Starts the scheduler. |
void |
unscheduleTask()
Attempts to unschedules the last task which was scheduled. |
| Methods inherited from interface org.apache.camel.ShutdownableService |
|---|
shutdown |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Methods inherited from interface org.apache.camel.CamelContextAware |
|---|
getCamelContext, setCamelContext |
| Method Detail |
|---|
void onInit(Consumer consumer)
ScheduledPollConsumerScheduler with the associated Consumer.
consumer - the consumer.void scheduleTask(Runnable task)
task - the task to run.void unscheduleTask()
void startScheduler()
boolean isSchedulerStarted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||