Uses of Interface
org.apache.camel.AsyncProcessor
Packages that use AsyncProcessor
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of AsyncProcessor in org.apache.camel
Subinterfaces of AsyncProcessor in org.apache.camelModifier and TypeInterfaceDescriptioninterface
Asynchronous producerinterface
Channel acts as a channel betweenProcessor
s in the route graph. -
Uses of AsyncProcessor in org.apache.camel.spi
Subinterfaces of AsyncProcessor in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterface
InternalProcessor
that Camel routing engine used during routing for cross cutting functionality such as: ExecuteUnitOfWork
Keeping track which route currently is being routed ExecuteRoutePolicy
Gather JMX performance statics Tracing Debugging Message History Stream CachingTransformer
... and more.static interface
Methods in org.apache.camel.spi that return AsyncProcessorModifier and TypeMethodDescriptionAnnotationBasedProcessorFactory.createDynamicRouter
(CamelContext camelContext, DynamicRouter annotation) Creates dynamic router processor from the configured annotation.AnnotationBasedProcessorFactory.createRecipientList
(CamelContext camelContext, RecipientList annotation) Creates recipient list processor from the configured annotation.AnnotationBasedProcessorFactory.createRoutingSlip
(CamelContext camelContext, RoutingSlip annotation) Creates routing slip processor from the configured annotation.InternalProcessorFactory.createWrapProcessor
(Processor processor, Processor wrapped) Methods in org.apache.camel.spi with parameters of type AsyncProcessorModifier and TypeMethodDescriptionvoid
AsyncProcessorAwaitManager.process
(AsyncProcessor processor, Exchange exchange) Process the given exchange synchronously.boolean
SharedInternalProcessor.process
(Exchange exchange, AsyncCallback originalCallback, AsyncProcessor processor, Processor resultProcessor) Asynchronous APIvoid
SharedInternalProcessor.process
(Exchange exchange, AsyncProcessor processor, Processor resultProcessor) Synchronous API