Uses of Class
org.apache.camel.component.dynamicrouter.control.DynamicRouterControlProducer.DynamicRouterControlProducerFactory
Packages that use DynamicRouterControlProducer.DynamicRouterControlProducerFactory
-
Uses of DynamicRouterControlProducer.DynamicRouterControlProducerFactory in org.apache.camel.component.dynamicrouter.control
Fields in org.apache.camel.component.dynamicrouter.control with type parameters of type DynamicRouterControlProducer.DynamicRouterControlProducerFactoryModifier and TypeFieldDescriptionDynamicRouterControlConstants.CONTROL_PRODUCER_FACTORY_SUPPLIERThe supplier for the producer factory.Method parameters in org.apache.camel.component.dynamicrouter.control with type arguments of type DynamicRouterControlProducer.DynamicRouterControlProducerFactoryModifier and TypeMethodDescriptionDynamicRouterControlEndpoint.DynamicRouterControlEndpointFactory.getInstance(String uri, DynamicRouterControlComponent component, String controlAction, DynamicRouterControlConfiguration configuration, Supplier<DynamicRouterControlProducer.DynamicRouterControlProducerFactory> controlProducerFactorySupplier, Supplier<DynamicRouterControlService.DynamicRouterControlServiceFactory> controlServiceFactorySupplier) Gets an instance of aDynamicRouterControlEndpoint.Constructor parameters in org.apache.camel.component.dynamicrouter.control with type arguments of type DynamicRouterControlProducer.DynamicRouterControlProducerFactoryModifierConstructorDescriptionDynamicRouterControlEndpoint(String uri, DynamicRouterControlComponent component, String controlAction, DynamicRouterControlConfiguration configuration, Supplier<DynamicRouterControlProducer.DynamicRouterControlProducerFactory> controlProducerFactorySupplier, Supplier<DynamicRouterControlService.DynamicRouterControlServiceFactory> controlServiceFactorySupplier) Creates the instance.