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

Packages that use DelegateAsyncProcessor
org.apache.camel.component.directvm The Direct VM Component which synchronously invokes the consumer when a producer sends an exchange to the endpoint. 
org.apache.camel.management Camel management 
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 DelegateAsyncProcessor in org.apache.camel.component.directvm
 

Subclasses of DelegateAsyncProcessor in org.apache.camel.component.directvm
 class DirectVmProcessor
           
 

Uses of DelegateAsyncProcessor in org.apache.camel.management
 

Subclasses of DelegateAsyncProcessor in org.apache.camel.management
 class InstrumentationProcessor
          JMX enabled processor that uses the ManagedCounter for instrumenting processing of exchanges.
 

Uses of DelegateAsyncProcessor in org.apache.camel.processor
 

Subclasses of DelegateAsyncProcessor in org.apache.camel.processor
 class CamelInternalProcessor
          Internal Processor that Camel routing engine used during routing for cross cutting functionality such as: Execute UnitOfWork Keeping track which route currently is being routed Execute RoutePolicy Gather JMX performance statics Tracing Debugging Message History Stream Caching ...
 class CatchProcessor
          A processor which catches exceptions.
 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 DelayProcessorSupport
          A useful base class for any processor which provides some kind of throttling or delayed processing.
 class FatalFallbackErrorHandler
          An ErrorHandler used as a safe fallback when processing by other error handlers such as the OnExceptionDefinition.
 class FilterProcessor
          The processor which implements the Message Filter EIP pattern.
 class FinallyProcessor
          Processor to handle do finally supporting asynchronous routing engine
 class InterceptEndpointProcessor
          Endpoint intercept processor so we know the processor is supposed to intercept an endpoint.
 class LoopProcessor
          The processor which sends messages in a loop.
 class SamplingThrottler
          A SamplingThrottler is a special kind of throttler.
 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.
 class WrapProcessor
          A processor which ensures wrapping processors is having lifecycle handled.
 

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

Subclasses of DelegateAsyncProcessor in org.apache.camel.processor.interceptor
 class DefaultChannel
          DefaultChannel is the default Channel.
 class DelayInterceptor
          Deprecated. no longer in use, will be removed in next Camel release.
 class HandleFaultInterceptor
           
 class StreamCachingInterceptor
          Deprecated. no longer in use, will be removed in next Camel release.
 class TraceInterceptor
          An interceptor for debugging and tracing routes
 



Apache Camel