Uses of Class
org.apache.camel.support.AsyncProcessorSupport
-
Packages that use AsyncProcessorSupport Package Description org.apache.camel.support.processor 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.processor Modifier and Type Class Description classCamelLogProcessorAProcessorwhich just logs to aCamelLoggerobject which can be used as an exception handler instead of using a dead letter queue.classDelegateAsyncProcessorA Delegate pattern which delegates processing to a nestedAsyncProcessorwhich can be useful for implementation inheritance when writing anPolicyclassMarshalProcessorMarshals the body of the incoming message using the given data formatclassThroughputLoggerA logger for logging message throughput.classUnmarshalProcessorUnmarshals the body of the incoming message using the given data format
-