Interface DynamicRouterEndpointBuilderFactory.DynamicRouterBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
DynamicRouterEndpointBuilderFactory

public static interface DynamicRouterEndpointBuilderFactory.DynamicRouterBuilders
  • 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 (required) Channel of the Dynamic Router Path parameter: controlAction Control channel action: subscribe or unsubscribe There are 2 enums and the value can be one of: subscribe, unsubscribe Path parameter: subscribeChannel The channel to subscribe to
      Parameters:
      path - channel
      Returns:
      the dsl builder
    • 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 (required) Channel of the Dynamic Router Path parameter: controlAction Control channel action: subscribe or unsubscribe There are 2 enums and the value can be one of: subscribe, unsubscribe Path parameter: subscribeChannel The channel to subscribe to
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - channel
      Returns:
      the dsl builder