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> flowConstructPollingSchedulers(String flowConstruct)
           
 
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

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.