Uses of Class
org.apache.camel.component.dynamicrouter.routing.DynamicRouterEndpoint
Packages that use DynamicRouterEndpoint
-
Uses of DynamicRouterEndpoint in org.apache.camel.component.dynamicrouter.routing
Methods in org.apache.camel.component.dynamicrouter.routing that return DynamicRouterEndpointModifier 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.Methods in org.apache.camel.component.dynamicrouter.routing with parameters of type DynamicRouterEndpointModifier and TypeMethodDescriptionDynamicRouterProducer.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 DynamicRouterEndpointModifierConstructorDescriptionDynamicRouterProducer
(DynamicRouterEndpoint endpoint, DynamicRouterComponent component, DynamicRouterConfiguration configuration) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.