Uses of Class
org.apache.camel.component.dynamicrouter.DynamicRouterEndpoint
-
Uses of DynamicRouterEndpoint in org.apache.camel.component.dynamicrouter
Methods in org.apache.camel.component.dynamicrouter that return DynamicRouterEndpointModifier and TypeMethodDescriptionDynamicRouterEndpoint.DynamicRouterEndpointFactory.getInstance
(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, Supplier<DynamicRouterControlChannelProcessor.DynamicRouterControlChannelProcessorFactory> processorFactorySupplier, Supplier<DynamicRouterControlProducer.DynamicRouterControlProducerFactory> producerFactorySupplier) Create a specialized Dynamic RouterEndpoint
for the control channel endpoint URI.DynamicRouterEndpoint.DynamicRouterEndpointFactory.getInstance
(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, Supplier<DynamicRouterProcessor.DynamicRouterProcessorFactory> processorFactorySupplier, Supplier<DynamicRouterProducer.DynamicRouterProducerFactory> producerFactorySupplier, Supplier<PrioritizedFilterProcessor.PrioritizedFilterProcessorFactory> filterProcessorFactorySupplier) Create the Dynamic RouterEndpoint
for the given endpoint URI.Methods in org.apache.camel.component.dynamicrouter with parameters of type DynamicRouterEndpointModifier and TypeMethodDescriptionDynamicRouterControlProducer.DynamicRouterControlProducerFactory.getInstance
(DynamicRouterEndpoint endpoint) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.DynamicRouterProducer.DynamicRouterProducerFactory.getInstance
(DynamicRouterEndpoint endpoint) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.Constructors in org.apache.camel.component.dynamicrouter with parameters of type DynamicRouterEndpointModifierConstructorDescriptionCreate theProducer
for the Dynamic Router with the suppliedEndpoint
URI.DynamicRouterProducer
(DynamicRouterEndpoint endpoint) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.