Uses of Class
org.apache.camel.processor.DelayProcessorSupport

Packages that use DelayProcessorSupport
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.interceptor Helper classes for interceptors. 
 

Uses of DelayProcessorSupport in org.apache.camel.processor
 

Subclasses of DelayProcessorSupport in org.apache.camel.processor
 class Delayer
          A Delayer which delays processing the exchange until the correct amount of time has elapsed using an expression to determine the delivery time.
 class Throttler
          A Throttler will set a limit on the maximum number of message exchanges which can be sent to a processor within a specific time period.
 

Uses of DelayProcessorSupport in org.apache.camel.processor.interceptor
 

Subclasses of DelayProcessorSupport in org.apache.camel.processor.interceptor
 class DelayInterceptor
          An interceptor for delaying routes.
 



Apache CAMEL