public class CronScheduler extends PeriodicScheduler
org.mule.runtime.modules.schedulers.cron.CronSchedulerFactory.| Constructor and Description |
|---|
CronScheduler() |
| Modifier and Type | Method and Description |
|---|---|
protected ScheduledFuture<?> |
doSchedule(org.mule.runtime.api.scheduler.Scheduler executor,
Runnable job)
Template method to delegate the scheduling of the job.
|
protected TimeZone |
resolveTimeZone(String name) |
void |
setExpression(String expression) |
void |
setTimeZone(String timeZone) |
scheduleprotected ScheduledFuture<?> doSchedule(org.mule.runtime.api.scheduler.Scheduler executor, Runnable job)
PeriodicSchedulerdoSchedule in class PeriodicSchedulerexecutor - the corresponding Scheduler instance.job - The Runnable job that has to be executed.public void setExpression(String expression)
public void setTimeZone(String timeZone)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.