Uses of Class
org.apache.camel.support.AsyncProcessorSupport
Packages that use AsyncProcessorSupport
Package
Description
Base classes and utilities for EIP and Camel processors
-
Uses of AsyncProcessorSupport in org.apache.camel.support.processor
Subclasses of AsyncProcessorSupport in org.apache.camel.support.processorModifier and TypeClassDescriptionclassAProcessorwhich just logs to aCamelLoggerobject which can be used as an exception handler instead of using a dead letter queue.classA Delegate pattern which delegates processing to a nestedAsyncProcessorwhich can be useful for implementation inheritance when writing anPolicyclassMarshals the body of the incoming message using the given data formatclassA logger for logging message throughput.classUnmarshals the body of the incoming message using the given data format