Uses of Class
org.apache.camel.support.AsyncProcessorSupport
-
Packages that use AsyncProcessorSupport Package Description org.apache.camel.support.processor -
-
Uses of AsyncProcessorSupport in org.apache.camel.support.processor
Subclasses of AsyncProcessorSupport in org.apache.camel.support.processor Modifier and Type Class Description class
CamelLogProcessor
AProcessor
which just logs to aCamelLogger
object which can be used as an exception handler instead of using a dead letter queue.class
DelegateAsyncProcessor
A Delegate pattern which delegates processing to a nestedAsyncProcessor
which can be useful for implementation inheritance when writing anPolicy
class
MarshalProcessor
Marshals the body of the incoming message using the given data formatclass
ThroughputLogger
A logger for logging message throughput.class
UnmarshalProcessor
Unmarshals the body of the incoming message using the given data format
-