ToDynamicDefinition |
ToDynamicDefinition.allowOptimisedComponents(boolean allowOptimisedComponents) |
Whether to allow components to optimise toD if they are SendDynamicAware .
|
ToDynamicDefinition |
ToDynamicDefinition.allowOptimisedComponents(String allowOptimisedComponents) |
Whether to allow components to optimise toD if they are SendDynamicAware .
|
ToDynamicDefinition |
ToDynamicDefinition.autoStartComponents(String autoStartComponents) |
Whether to auto startup components when toD is starting up.
|
ToDynamicDefinition |
ToDynamicDefinition.cacheSize(int cacheSize) |
Sets the maximum size used by the ProducerCache which is used to cache and reuse
producers when using this recipient list, when uris are reused.
|
ToDynamicDefinition |
ToDynamicDefinition.cacheSize(String cacheSize) |
Sets the maximum size used by the ProducerCache which is used to cache and reuse
producers when using this recipient list, when uris are reused.
|
ToDynamicDefinition |
ToDynamicDefinition.ignoreInvalidEndpoint(boolean ignoreInvalidEndpoint) |
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
|
ToDynamicDefinition |
ToDynamicDefinition.ignoreInvalidEndpoint(String ignoreInvalidEndpoint) |
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
|
ToDynamicDefinition |
ToDynamicDefinition.pattern(String pattern) |
Sets the optional ExchangePattern used to invoke this endpoint
|
ToDynamicDefinition |
ToDynamicDefinition.pattern(org.apache.camel.ExchangePattern pattern) |
Sets the optional ExchangePattern used to invoke this endpoint
|
ToDynamicDefinition |
ProcessorDefinition.toD() |
Sends the exchange to the given dynamic endpoint
|
ToDynamicDefinition |
ToDynamicDefinition.uri(String uri) |
The uri of the endpoint to send to.
|
ToDynamicDefinition |
ToDynamicDefinition.uri(EndpointProducerBuilder endpointProducerBuilder) |
The uri of the endpoint to send to.
|