Uses of Interface
org.apache.camel.AsyncProcessor
-
Packages that use AsyncProcessor Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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.camel Modifier and Type Interface Description interfaceAsyncProducerAsynchronous producerinterfaceChannelChannel acts as a channel betweenProcessors in the route graph. -
Uses of AsyncProcessor in org.apache.camel.spi
Subinterfaces of AsyncProcessor in org.apache.camel.spi Modifier and Type Interface Description interfaceInternalProcessorInternalProcessorthat 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...static interfaceManagementInterceptStrategy.InstrumentationProcessor<T>Methods in org.apache.camel.spi that return AsyncProcessor Modifier and Type Method Description AsyncProcessorAnnotationBasedProcessorFactory. createDynamicRouter(CamelContext camelContext, DynamicRouter annotation)Creates dynamic router processor from the configured annotation.AsyncProcessorAnnotationBasedProcessorFactory. createRecipientList(CamelContext camelContext, RecipientList annotation)Creates recipient list processor from the configured annotation.AsyncProcessorAnnotationBasedProcessorFactory. createRoutingSlip(CamelContext camelContext, RoutingSlip annotation)Creates routing slip processor from the configured annotation.AsyncProcessorInternalProcessorFactory. createWrapProcessor(Processor processor, Processor wrapped)Methods in org.apache.camel.spi with parameters of type AsyncProcessor Modifier and Type Method Description voidAsyncProcessorAwaitManager. process(AsyncProcessor processor, Exchange exchange)Process the given exchange sychronously.booleanSharedInternalProcessor. process(Exchange exchange, AsyncCallback originalCallback, AsyncProcessor processor, Processor resultProcessor)Asynchronous APIvoidSharedInternalProcessor. process(Exchange exchange, AsyncProcessor processor, Processor resultProcessor)Synchronous API
-