Uses of Class
org.apache.camel.component.dynamicrouter.routing.DynamicRouterConfiguration
Packages that use DynamicRouterConfiguration
-
Uses of DynamicRouterConfiguration in org.apache.camel.component.dynamicrouter.routing
Methods in org.apache.camel.component.dynamicrouter.routing that return DynamicRouterConfigurationModifier and TypeMethodDescriptionDynamicRouterEndpoint.getConfiguration()
Gets theDynamicRouterConfiguration
.Methods in org.apache.camel.component.dynamicrouter.routing with parameters of type DynamicRouterConfigurationModifier and TypeMethodDescriptionstatic org.apache.camel.Processor
DynamicRouterRecipientListHelper.createProcessor
(org.apache.camel.CamelContext camelContext, DynamicRouterConfiguration cfg, BiFunction<org.apache.camel.CamelContext, org.apache.camel.Expression, org.apache.camel.processor.RecipientList> recipientListSupplier) Create and configure theRecipientList
Processor
.DynamicRouterEndpoint.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.DynamicRouterProcessor.DynamicRouterProcessorFactory.getInstance
(org.apache.camel.CamelContext camelContext, DynamicRouterConfiguration configuration, DynamicRouterFilterService filterService, BiFunction<org.apache.camel.CamelContext, org.apache.camel.Expression, org.apache.camel.processor.RecipientList> recipientListSupplier) Create theDynamicRouterProcessor
instance.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 DynamicRouterConfigurationModifierConstructorDescriptionDynamicRouterEndpoint
(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.