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.Methods in org.apache.camel that return AsyncProcessor Modifier and Type Method Description AsyncProcessor
ExtendedCamelContext. createMulticast(Collection<Processor> processors, ExecutorService executor, boolean shutdownExecutorService)
Creates a new multicast processor which sends an exchange to all the processors. -
Uses of AsyncProcessor in org.apache.camel.spi
Subinterfaces of AsyncProcessor in org.apache.camel.spi Modifier and Type Interface Description 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.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 sychronously.
-