Uses of Class
org.apache.camel.component.dynamicrouter.DynamicRouterComponent
-
Uses of DynamicRouterComponent in org.apache.camel.component.dynamicrouter
Methods in org.apache.camel.component.dynamicrouter 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 with parameters of type DynamicRouterComponentModifier and TypeMethodDescriptionDynamicRouterControlChannelProcessor.DynamicRouterControlChannelProcessorFactory.getInstance
(DynamicRouterComponent dynamicRouterComponent) Create theDynamicRouterControlChannelProcessor
instance for theDynamicRouterComponent
.DynamicRouterEndpoint.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.Constructors in org.apache.camel.component.dynamicrouter with parameters of type DynamicRouterComponentModifierConstructorDescriptionCreate the instance to processDynamicRouterControlMessage
s for the supplied component.DynamicRouterEndpoint
(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, Supplier<DynamicRouterControlChannelProcessor.DynamicRouterControlChannelProcessorFactory> processorFactorySupplier, Supplier<DynamicRouterControlProducer.DynamicRouterControlProducerFactory> controlProducerFactorySupplier) Create the specialized endpoint for the Dynamic Router Control Channel.DynamicRouterEndpoint
(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.