Uses of Class
org.apache.camel.model.DynamicRouterDefinition
Packages that use DynamicRouterDefinition
-
Uses of DynamicRouterDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return DynamicRouterDefinitionModifier and TypeMethodDescriptionDynamicRouterDefinition.cacheSize(int cacheSize) Sets the maximum size used by theProducerCachewhich is used to cache and reuse producers when using this dynamic router, when uris are reused.Sets the maximum size used by theProducerCachewhich is used to cache and reuse producers when using this dynamic router, when uris are reused.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.ignoreInvalidEndpoints()Ignore the invalidate endpoint exception when try to create a producer with that endpointDynamicRouterDefinition.uriDelimiter(String uriDelimiter) Sets the uri delimiter to useMethods in org.apache.camel.model that return types with arguments of type DynamicRouterDefinitionModifier and TypeMethodDescriptionProcessorDefinition.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.