Interface DynamicRouterEndpointBuilderFactory.DynamicRouterBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
DynamicRouterEndpointBuilderFactory
public static interface DynamicRouterEndpointBuilderFactory.DynamicRouterBuilders
-
Method Summary
Modifier and TypeMethodDescriptiondynamicRouter
(String path) Dynamic Router (camel-dynamic-router) The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime.dynamicRouter
(String componentName, String path) Dynamic Router (camel-dynamic-router) The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime.
-
Method Details
-
dynamicRouter
Dynamic Router (camel-dynamic-router) The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime. Category: messaging,core Since: 3.15 Maven coordinates: org.apache.camel:camel-dynamic-router Syntax:dynamic-router:channel
Path parameter: channel Channel for the Dynamic Router. For example, if the Dynamic Router URI is dynamic-router://test, then the channel is test. Channels are a way of keeping routing participants, their rules, and exchanges logically separate from the participants, rules, and exchanges on other channels. This can be seen as analogous to VLANs in networking.- Parameters:
path
- channel- Returns:
- the dsl builder
-
dynamicRouter
default DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder dynamicRouter(String componentName, String path) Dynamic Router (camel-dynamic-router) The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime. Category: messaging,core Since: 3.15 Maven coordinates: org.apache.camel:camel-dynamic-router Syntax:dynamic-router:channel
Path parameter: channel Channel for the Dynamic Router. For example, if the Dynamic Router URI is dynamic-router://test, then the channel is test. Channels are a way of keeping routing participants, their rules, and exchanges logically separate from the participants, rules, and exchanges on other channels. This can be seen as analogous to VLANs in networking.- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- channel- Returns:
- the dsl builder
-