org.mule.api.schedule
Class Schedulers

java.lang.Object
  extended by org.mule.api.schedule.Schedulers

public class Schedulers
extends Object

Utility class to create Scheduler predicates


Constructor Summary
Schedulers()
           
 
Method Summary
static Predicate<String> allPollSchedulers()
           
static Predicate<String> flowPollingSchedulers(String flowName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Schedulers

public Schedulers()
Method Detail

allPollSchedulers

public static Predicate<String> allPollSchedulers()
Returns:
Predicate used to request the MuleRegistry all the polling Scheduler

flowPollingSchedulers

public static Predicate<String> flowPollingSchedulers(String flowName)
Returns:
Predicate used to request the MuleRegistry all the polling Scheduler for a particular Flow


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.