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 interface
AsyncProducer
Asynchronous producerinterface
Channel
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.spi Modifier and Type Interface Description interface
InternalProcessor
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
...static interface
ManagementInterceptStrategy.InstrumentationProcessor<T>
Methods in org.apache.camel.spi that return AsyncProcessor Modifier and Type Method Description AsyncProcessor
AnnotationBasedProcessorFactory. createDynamicRouter(CamelContext camelContext, DynamicRouter annotation)
Creates dynamic router processor from the configured annotation.AsyncProcessor
AnnotationBasedProcessorFactory. createRecipientList(CamelContext camelContext, RecipientList annotation)
Creates recipient list processor from the configured annotation.AsyncProcessor
AnnotationBasedProcessorFactory. createRoutingSlip(CamelContext camelContext, RoutingSlip annotation)
Creates routing slip processor from the configured annotation.AsyncProcessor
InternalProcessorFactory. createWrapProcessor(Processor processor, Processor wrapped)
Methods in org.apache.camel.spi with parameters of type AsyncProcessor Modifier and Type Method Description void
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
-