Uses of Class
org.apache.camel.component.dynamicrouter.control.DynamicRouterControlEndpoint
Packages that use DynamicRouterControlEndpoint
-
Uses of DynamicRouterControlEndpoint in org.apache.camel.component.dynamicrouter.control
Methods in org.apache.camel.component.dynamicrouter.control that return DynamicRouterControlEndpointModifier 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
.Methods in org.apache.camel.component.dynamicrouter.control with parameters of type DynamicRouterControlEndpointModifier and TypeMethodDescriptionDynamicRouterControlProducer.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 DynamicRouterControlEndpointModifierConstructorDescriptionDynamicRouterControlProducer
(DynamicRouterControlEndpoint endpoint, DynamicRouterControlService dynamicRouterControlService, DynamicRouterControlConfiguration configuration) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.