public interface SchedulingStrategy
Scheduler for executing jobs.| Modifier and Type | Method and Description |
|---|---|
ScheduledFuture<?> |
schedule(org.mule.runtime.api.scheduler.Scheduler executor,
Runnable job)
Schedules a job.
|
ScheduledFuture<?> schedule(org.mule.runtime.api.scheduler.Scheduler executor, Runnable job)
executor - the corresponding Scheduler instance.job - The Runnable job that has to be executed.NullPointerException - In case the scheduled job handler is null.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.