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) |
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)
doSchedule in class PeriodicSchedulerpublic void setExpression(String expression)
public void setTimeZone(String timeZone)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.