Interface DynamicRouterComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface DynamicRouterComponentBuilderFactory
The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DynamicRouterComponentBuilderFactory.DynamicRouterComponentBuilder
Builder for the Dynamic Router component.static class
DynamicRouterComponentBuilderFactory.DynamicRouterComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static DynamicRouterComponentBuilderFactory.DynamicRouterComponentBuilder
dynamicRouter()
Dynamic Router (camel-dynamic-router) The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime.
-
-
-
Method Detail
-
dynamicRouter
static DynamicRouterComponentBuilderFactory.DynamicRouterComponentBuilder 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: endpoint,java Since: 3.15 Maven coordinates: org.apache.camel:camel-dynamic-router- Returns:
- the dsl builder
-
-