public interface AnnotationBasedProcessorFactory
Processor for annotation based EIPs.| Modifier and Type | Field and Description |
|---|---|
static String |
FACTORY
Service factory key.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncProcessor |
createDynamicRouter(CamelContext camelContext,
DynamicRouter annotation)
Creates dynamic router processor from the configured annotation.
|
AsyncProcessor |
createRecipientList(CamelContext camelContext,
RecipientList annotation)
Creates recipient list processor from the configured annotation.
|
AsyncProcessor |
createRoutingSlip(CamelContext camelContext,
RoutingSlip annotation)
Creates routing slip processor from the configured annotation.
|
static final String FACTORY
AsyncProcessor createDynamicRouter(CamelContext camelContext, DynamicRouter annotation)
AsyncProcessor createRecipientList(CamelContext camelContext, RecipientList annotation)
AsyncProcessor createRoutingSlip(CamelContext camelContext, RoutingSlip annotation)
Apache Camel