Interface DynamicRouterEndpointBuilderFactory.DynamicRouterBuilders

    • Method Detail

      • dynamicRouter

        default DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder dynamicRouter​(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: endpoint,java 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

        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: endpoint,java 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