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

Packages that use DelayerType
org.apache.camel.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of DelayerType in org.apache.camel.model
 

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



Copyright © 2007 Apache Software Foundation. All Rights Reserved.