Uses of Class
org.apache.camel.model.DelayerType

Packages that use DelayerType
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of DelayerType in org.apache.camel.model
 

Methods in org.apache.camel.model that return DelayerType
 DelayerType ProcessorType.delayer(Expression<Exchange> processAtExpression)
          Creates the Delayer pattern where an expression is used to calculate the time which the message will be dispatched on
 DelayerType ProcessorType.delayer(Expression<Exchange> processAtExpression, long delay)
          Creates the Delayer pattern where an expression is used to calculate the time which the message will be dispatched on
 DelayerType ProcessorType.delayer(long delay)
          Creates the Delayer pattern where a fixed amount of milliseconds are used to delay processing of a message exchange
 

Methods in org.apache.camel.model that return types with arguments of type DelayerType
 ExpressionClause<DelayerType> ProcessorType.delayer()
          Creates the Delayer pattern where an expression is used to calculate the time which the message will be dispatched on
 



Copyright © 2009 IONA Open Source Community. All Rights Reserved.