Uses of Class
org.apache.camel.model.ToDynamicDefinition
Packages that use ToDynamicDefinition
-
Uses of ToDynamicDefinition in org.apache.camel.model
Subclasses of ToDynamicDefinition in org.apache.camel.modelModifier and TypeClassDescriptionclassWireTapDefinition<Type extends ProcessorDefinition<Type>>Routes a copy of a message (or creates a new message) to a secondary destination while continue routing the original message.Methods in org.apache.camel.model that return ToDynamicDefinitionModifier and TypeMethodDescriptionToDynamicDefinition.allowOptimisedComponents(boolean allowOptimisedComponents) Whether to allow components to optimise toD if they areSendDynamicAware.ToDynamicDefinition.allowOptimisedComponents(String allowOptimisedComponents) Whether to allow components to optimise toD if they areSendDynamicAware.ToDynamicDefinition.autoStartComponents(String autoStartComponents) Whether to auto startup components when toD is starting up.ToDynamicDefinition.cacheSize(int cacheSize) Sets the maximum size used by theProducerCachewhich is used to cache and reuse producers when using this recipient list, when uris are reused.Sets the maximum size used by theProducerCachewhich is used to cache and reuse producers when using this recipient list, when uris are reused.ToDynamicDefinition.ignoreInvalidEndpoint(boolean ignoreInvalidEndpoint) Whether to ignore invalid endpoint URIs and skip sending the message.ToDynamicDefinition.ignoreInvalidEndpoint(String ignoreInvalidEndpoint) Whether to ignore invalid endpoint URIs and skip sending the message.Sets the optionalExchangePatternused to invoke this endpointToDynamicDefinition.pattern(org.apache.camel.ExchangePattern pattern) Sets the optionalExchangePatternused to invoke this endpointProcessorDefinition.toD()Sends the exchange to the given dynamic endpointThe uri of the endpoint to send to.ToDynamicDefinition.uri(EndpointProducerBuilder endpointProducerBuilder) The uri of the endpoint to send to.