RoutingSlipDefinition<Type> |
RoutingSlipDefinition.cacheSize(int cacheSize) |
Sets the maximum size used by the ProducerCache which is used to cache and reuse
producers when using this routing slip, when uris are reused.
|
RoutingSlipDefinition<Type> |
RoutingSlipDefinition.cacheSize(String cacheSize) |
Sets the maximum size used by the ProducerCache which is used to cache and reuse
producers when using this routing slip, when uris are reused.
|
RoutingSlipDefinition<Type> |
RoutingSlipDefinition.ignoreInvalidEndpoints() |
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
|
RoutingSlipDefinition<Type> |
RoutingSlipDefinition.ignoreInvalidEndpoints(boolean ignoreInvalidEndpoints) |
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
|
RoutingSlipDefinition<Type> |
RoutingSlipDefinition.ignoreInvalidEndpoints(String ignoreInvalidEndpoints) |
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
|
RoutingSlipDefinition<Type> |
ProcessorDefinition.routingSlip(org.apache.camel.Expression expression) |
Routing Slip EIP: Creates a routing slip 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.
|
RoutingSlipDefinition<Type> |
ProcessorDefinition.routingSlip(org.apache.camel.Expression expression,
String uriDelimiter) |
Routing Slip EIP: Creates a routing slip 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.
|
RoutingSlipDefinition<Type> |
RoutingSlipDefinition.uriDelimiter(String uriDelimiter) |
Sets the uri delimiter to use
|