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 TypeInterfaceDescriptioninterfaceAsynchronous producerinterfaceChannel acts as a channel betweenProcessors in the route graph. -
Uses of AsyncProcessor in org.apache.camel.spi
Subinterfaces of AsyncProcessor in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceInternalProcessorthat Camel routing engine used during routing for cross cutting functionality such as: ExecuteUnitOfWorkKeeping track which route currently is being routed ExecuteRoutePolicyGather JMX performance statics Tracing Debugging Message History Stream CachingTransformer... and more.static interfaceMethods 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 TypeMethodDescriptionvoidAsyncProcessorAwaitManager.process(AsyncProcessor processor, Exchange exchange) Process the given exchange synchronously.booleanSharedInternalProcessor.process(Exchange exchange, AsyncCallback originalCallback, AsyncProcessor processor, Processor resultProcessor) Asynchronous APIvoidSharedInternalProcessor.process(Exchange exchange, AsyncProcessor processor, Processor resultProcessor) Synchronous API