Uses of Class
org.apache.camel.component.dynamicrouter.routing.DynamicRouterComponent
Packages that use DynamicRouterComponent
-
Uses of DynamicRouterComponent in org.apache.camel.component.dynamicrouter.routing
Methods in org.apache.camel.component.dynamicrouter.routing that return DynamicRouterComponentModifier and TypeMethodDescriptionDynamicRouterEndpoint.getDynamicRouterComponent()
A convenience method that wraps the parent method and casts to theDynamicRouterComponent
implementation.Methods in org.apache.camel.component.dynamicrouter.routing with parameters of type DynamicRouterComponentModifier and TypeMethodDescriptionDynamicRouterEndpoint.DynamicRouterEndpointFactory.getInstance
(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, Supplier<DynamicRouterProcessor.DynamicRouterProcessorFactory> processorFactorySupplier, Supplier<DynamicRouterProducer.DynamicRouterProducerFactory> producerFactorySupplier, BiFunction<org.apache.camel.CamelContext, org.apache.camel.Expression, org.apache.camel.processor.RecipientList> recipientListSupplier, DynamicRouterFilterService filterService) Create the Dynamic RouterEndpoint
for the given endpoint URI.DynamicRouterEndpoint.DynamicRouterEndpointFactory.getInstance
(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, DynamicRouterFilterService filterService) Create the endpoint that routing participants use to send messages.DynamicRouterProducer.DynamicRouterProducerFactory.getInstance
(DynamicRouterEndpoint endpoint, DynamicRouterComponent component, DynamicRouterConfiguration configuration) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.Constructors in org.apache.camel.component.dynamicrouter.routing with parameters of type DynamicRouterComponentModifierConstructorDescriptionDynamicRouterEndpoint
(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, Supplier<DynamicRouterProcessor.DynamicRouterProcessorFactory> processorFactorySupplier, Supplier<DynamicRouterProducer.DynamicRouterProducerFactory> producerFactorySupplier, BiFunction<org.apache.camel.CamelContext, org.apache.camel.Expression, org.apache.camel.processor.RecipientList> recipientListSupplier, DynamicRouterFilterService filterService) Create the Dynamic RouterEndpoint
for the given endpoint URI.DynamicRouterEndpoint
(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, DynamicRouterFilterService filterService) Create the specialized endpoint for the Dynamic Router Control Channel.DynamicRouterProducer
(DynamicRouterEndpoint endpoint, DynamicRouterComponent component, DynamicRouterConfiguration configuration) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.