Class DynamicRouterControlProducer.DynamicRouterControlProducerFactory
java.lang.Object
org.apache.camel.component.dynamicrouter.control.DynamicRouterControlProducer.DynamicRouterControlProducerFactory
- Enclosing class:
DynamicRouterControlProducer
Create a
DynamicRouterControlProducer
instance.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstance
(DynamicRouterControlEndpoint endpoint, DynamicRouterControlService dynamicRouterControlService, DynamicRouterControlConfiguration configuration) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.
-
Constructor Details
-
DynamicRouterControlProducerFactory
public DynamicRouterControlProducerFactory()
-
-
Method Details
-
getInstance
public DynamicRouterControlProducer getInstance(DynamicRouterControlEndpoint endpoint, DynamicRouterControlService dynamicRouterControlService, DynamicRouterControlConfiguration configuration) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.- Parameters:
endpoint
- theDynamicRouterEndpoint
dynamicRouterControlService
- theDynamicRouterControlService
configuration
- the configuration for the Dynamic Router Control
-