| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicRouterDefinition<Type> |
DynamicRouterDefinition.cacheSize(int cacheSize)
Sets the maximum size used by the
ProducerCache which is used to cache and
reuse producers when using this dynamic router, when uris are reused. |
DynamicRouterDefinition<Type> |
ProcessorDefinition.dynamicRouter(org.apache.camel.Expression expression)
Dynamic Router
EIP: Creates a dynamic router allowing you to route a message
consecutively through a series of processing steps where the sequence of
steps is not known at design time and can vary for each message.
|
DynamicRouterDefinition<Type> |
DynamicRouterDefinition.ignoreInvalidEndpoints()
Ignore the invalidate endpoint exception when try to create a producer
with that endpoint
|
DynamicRouterDefinition<Type> |
DynamicRouterDefinition.uriDelimiter(String uriDelimiter)
Sets the uri delimiter to use
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionClause<DynamicRouterDefinition<Type>> |
ProcessorDefinition.dynamicRouter()
Dynamic Router
EIP: Creates a dynamic router allowing you to route a message
consecutively through a series of processing steps where the sequence of
steps is not known at design time and can vary for each message.
|
Apache Camel