Uses of Class
org.apache.camel.component.dynamicrouter.control.DynamicRouterControlService
Packages that use DynamicRouterControlService
-
Uses of DynamicRouterControlService in org.apache.camel.component.dynamicrouter.control
Methods in org.apache.camel.component.dynamicrouter.control that return DynamicRouterControlServiceModifier and TypeMethodDescriptionDynamicRouterControlService.DynamicRouterControlServiceFactory.getInstance
(org.apache.camel.CamelContext camelContext, DynamicRouterFilterService dynamicRouterFilterService) Creates a newDynamicRouterControlService
.Methods in org.apache.camel.component.dynamicrouter.control with parameters of type DynamicRouterControlServiceModifier 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 DynamicRouterControlServiceModifierConstructorDescriptionDynamicRouterControlProducer
(DynamicRouterControlEndpoint endpoint, DynamicRouterControlService dynamicRouterControlService, DynamicRouterControlConfiguration configuration) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.