Uses of Class
org.apache.camel.component.dynamicrouter.DynamicRouterEndpoint.DynamicRouterEndpointFactory
-
Uses of DynamicRouterEndpoint.DynamicRouterEndpointFactory in org.apache.camel.component.dynamicrouter
Constructor parameters in org.apache.camel.component.dynamicrouter with type arguments of type DynamicRouterEndpoint.DynamicRouterEndpointFactoryModifierConstructorDescriptionDynamicRouterComponent
(Supplier<DynamicRouterEndpoint.DynamicRouterEndpointFactory> endpointFactorySupplier, Supplier<DynamicRouterProcessor.DynamicRouterProcessorFactory> processorFactorySupplier, Supplier<DynamicRouterControlChannelProcessor.DynamicRouterControlChannelProcessorFactory> controlChannelProcessorFactorySupplier, Supplier<DynamicRouterProducer.DynamicRouterProducerFactory> producerFactorySupplier, Supplier<DynamicRouterControlProducer.DynamicRouterControlProducerFactory> controlProducerFactorySupplier, Supplier<PrioritizedFilterProcessor.PrioritizedFilterProcessorFactory> filterProcessorFactorySupplier) Create an instance of the Dynamic Router component with custom factories.