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

Packages that use DelegateAsyncProcessor
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.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 CatchProcessor
          A processor which catches exceptions.
 class ChildUnitOfWorkProcessor
          An UnitOfWorkProcessor that creates a child UnitOfWork that is associated to a parent UnitOfWork.
 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 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 RouteContextProcessor
          This processor tracks the current RouteContext while processing the Exchange.
 class RouteInflightRepositoryProcessor
          This processor tracks the current RouteContext while processing the Exchange.
 class RoutePolicyProcessor
          Processor which instruments the RoutePolicy.
 class SamplingThrottler
          A SamplingThrottler is a special kind of throttler.
 class SubUnitOfWorkProcessor
          A processor that processes the processor in a SubUnitOfWork context.
 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 UnitOfWorkProcessor
          Ensures the Exchange is routed under the boundaries of an UnitOfWork.
 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 DelayInterceptor
          An interceptor for delaying routes.
 class HandleFaultInterceptor
           
 class StreamCachingInterceptor
          An interceptor that converts streams messages into a re-readable format by wrapping the stream into a StreamCache.
 class TraceInterceptor
          An interceptor for debugging and tracing routes
 



Apache CAMEL