org.mule.api.schedule
Class Schedulers
java.lang.Object
org.mule.api.schedule.Schedulers
public class Schedulers
- extends Object
Utility class to create Scheduler predicates
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Schedulers
public Schedulers()
allPollSchedulers
public static Predicate<String> allPollSchedulers()
- Returns:
- Predicate used to request the
MuleRegistry all the polling Scheduler
flowConstructPollingSchedulers
public static Predicate<String> flowConstructPollingSchedulers(String flowConstruct)
- Returns:
- Predicate used to request the
MuleRegistry all the polling Scheduler
for a particular FlowConstruct
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.