Uses of Class
org.apache.camel.component.dynamicrouter.control.DynamicRouterControlConfiguration
Packages that use DynamicRouterControlConfiguration
-
Uses of DynamicRouterControlConfiguration in org.apache.camel.component.dynamicrouter.control
Methods in org.apache.camel.component.dynamicrouter.control that return DynamicRouterControlConfigurationModifier and TypeMethodDescriptionDynamicRouterControlEndpoint.getConfiguration()
Gets theDynamicRouterControlConfiguration
.Methods in org.apache.camel.component.dynamicrouter.control with parameters of type DynamicRouterControlConfigurationModifier and TypeMethodDescriptionDynamicRouterControlEndpoint.DynamicRouterControlEndpointFactory.getInstance
(String uri, DynamicRouterControlComponent component, String controlAction, DynamicRouterControlConfiguration configuration) Gets an instance of aDynamicRouterControlEndpoint
.DynamicRouterControlEndpoint.DynamicRouterControlEndpointFactory.getInstance
(String uri, DynamicRouterControlComponent component, String controlAction, DynamicRouterControlConfiguration configuration, Supplier<DynamicRouterControlProducer.DynamicRouterControlProducerFactory> controlProducerFactorySupplier, Supplier<DynamicRouterControlService.DynamicRouterControlServiceFactory> controlServiceFactorySupplier) Gets an instance of aDynamicRouterControlEndpoint
.DynamicRouterControlProducer.DynamicRouterControlProducerFactory.getInstance
(DynamicRouterControlEndpoint endpoint, DynamicRouterControlService dynamicRouterControlService, DynamicRouterControlConfiguration configuration) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.Constructors in org.apache.camel.component.dynamicrouter.control with parameters of type DynamicRouterControlConfigurationModifierConstructorDescriptionDynamicRouterControlEndpoint
(String uri, DynamicRouterControlComponent component, String controlAction, DynamicRouterControlConfiguration configuration) Creates the instance.DynamicRouterControlEndpoint
(String uri, DynamicRouterControlComponent component, String controlAction, DynamicRouterControlConfiguration configuration, Supplier<DynamicRouterControlProducer.DynamicRouterControlProducerFactory> controlProducerFactorySupplier, Supplier<DynamicRouterControlService.DynamicRouterControlServiceFactory> controlServiceFactorySupplier) Creates the instance.DynamicRouterControlProducer
(DynamicRouterControlEndpoint endpoint, DynamicRouterControlService dynamicRouterControlService, DynamicRouterControlConfiguration configuration) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.