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 DelayDefinition.asyncDelayed()
          Enables asynchronous delay which means the thread will noy block while delaying.
 DelayDefinition DelayDefinition.callerRunsWhenRejected(boolean callerRunsWhenRejected)
          Whether or not the caller should run the task when it was rejected by the thread pool.
 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
 DelayDefinition DelayDefinition.executorService(ExecutorService executorService)
           
 DelayDefinition DelayDefinition.executorServiceRef(String executorServiceRef)
           
 

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.
 



Apache CAMEL