org.apache.camel.processor
Class Delayer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.processor.DelegateProcessor
org.apache.camel.processor.DelayProcessorSupport
org.apache.camel.processor.Delayer
- All Implemented Interfaces:
- Navigate, Processor, Service
public class Delayer
- extends DelayProcessorSupport
A Delayer which
delays processing the exchange until the correct amount of time has elapsed
using an expression to determine the delivery time.
- Version:
- $Revision: 781923 $
Method Summary |
protected long |
defaultProcessTime(Exchange exchange)
A Strategy Method to allow derived implementations to decide the current
system time or some other default exchange property |
protected void |
delay(Exchange exchange)
Waits for an optional time period before continuing to process the
exchange |
String |
toString()
|
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop |
Delayer
public Delayer(Processor processor,
Expression delay)
toString
public String toString()
- Overrides:
toString
in class DelegateProcessor
delay
protected void delay(Exchange exchange)
throws Exception
- Waits for an optional time period before continuing to process the
exchange
- Specified by:
delay
in class DelayProcessorSupport
- Throws:
Exception
defaultProcessTime
protected long defaultProcessTime(Exchange exchange)
- A Strategy Method to allow derived implementations to decide the current
system time or some other default exchange property
Copyright © 2009 Apache Software Foundation. All Rights Reserved.