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

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

Uses of DelayDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return DelayDefinition
 DelayDefinition ProcessorDefinition.delay(Expression delay)
          Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.
 DelayDefinition ProcessorDefinition.delay(long delay)
          Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.
 DelayDefinition DelayDefinition.delayTime(Long delay)
          Sets the delay time in millis to delay
 

Methods in org.apache.camel.model that return types with arguments of type DelayDefinition
 ExpressionClause<DelayDefinition> ProcessorDefinition.delay()
          Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.