Interface DynamicRouterControlEndpointBuilderFactory.DynamicRouterControlBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
DynamicRouterControlEndpointBuilderFactory
public static interface DynamicRouterControlEndpointBuilderFactory.DynamicRouterControlBuilders
-
Method Summary
Modifier and TypeMethodDescriptionDynamic Router Control (camel-dynamic-router) The Dynamic Router control endpoint for operations that allow routing participants to subscribe or unsubscribe to participate in dynamic message routing.dynamicRouterControl
(String path) Dynamic Router Control (camel-dynamic-router) The Dynamic Router control endpoint for operations that allow routing participants to subscribe or unsubscribe to participate in dynamic message routing.dynamicRouterControl
(String componentName, String path) Dynamic Router Control (camel-dynamic-router) The Dynamic Router control endpoint for operations that allow routing participants to subscribe or unsubscribe to participate in dynamic message routing.
-
Method Details
-
dynamicRouterControl
default DynamicRouterControlEndpointBuilderFactory.DynamicRouterControlHeaderNameBuilder dynamicRouterControl()Dynamic Router Control (camel-dynamic-router) The Dynamic Router control endpoint for operations that allow routing participants to subscribe or unsubscribe to participate in dynamic message routing. Category: messaging Since: 4.4 Maven coordinates: org.apache.camel:camel-dynamic-router- Returns:
- the dsl builder for the headers' name.
-
dynamicRouterControl
default DynamicRouterControlEndpointBuilderFactory.DynamicRouterControlEndpointBuilder dynamicRouterControl(String path) Dynamic Router Control (camel-dynamic-router) The Dynamic Router control endpoint for operations that allow routing participants to subscribe or unsubscribe to participate in dynamic message routing. Category: messaging Since: 4.4 Maven coordinates: org.apache.camel:camel-dynamic-router Syntax:dynamic-router-control:controlAction
Path parameter: controlAction (required) Control action There are 5 enums and the value can be one of: subscribe, unsubscribe, update, list, statistics- Parameters:
path
- controlAction- Returns:
- the dsl builder
-
dynamicRouterControl
default DynamicRouterControlEndpointBuilderFactory.DynamicRouterControlEndpointBuilder dynamicRouterControl(String componentName, String path) Dynamic Router Control (camel-dynamic-router) The Dynamic Router control endpoint for operations that allow routing participants to subscribe or unsubscribe to participate in dynamic message routing. Category: messaging Since: 4.4 Maven coordinates: org.apache.camel:camel-dynamic-router Syntax:dynamic-router-control:controlAction
Path parameter: controlAction (required) Control action There are 5 enums and the value can be one of: subscribe, unsubscribe, update, list, statistics- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- controlAction- Returns:
- the dsl builder
-