Uses of Interface
org.apache.camel.builder.endpoint.dsl.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder
Packages that use DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder
-
Uses of DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.dynamicRouter(String path) Dynamic Router (camel-dynamic-router) The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime.StaticEndpointBuilders.dynamicRouter(String componentName, String path) Dynamic Router (camel-dynamic-router) The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime. -
Uses of DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilderModifier and TypeMethodDescriptionDynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.aggregationStrategy(String aggregationStrategy) Refers to an AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast.DynamicRouterEndpointBuilderFactory.AdvancedDynamicRouterEndpointBuilder.basic()DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.destinationUri(String destinationUri) The destination URI for exchanges that match.DynamicRouterEndpointBuilderFactory.DynamicRouterBuilders.dynamicRouter(String path) Dynamic Router (camel-dynamic-router) The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime.DynamicRouterEndpointBuilderFactory.DynamicRouterBuilders.dynamicRouter(String componentName, String path) Dynamic Router (camel-dynamic-router) The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime.DynamicRouterEndpointBuilderFactory.endpointBuilder(String componentName, String path) DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.executorService(String executorService) Refers to a custom Thread Pool to be used for parallel processing.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.expressionLanguage(String expressionLanguage) The subscription predicate language.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.ignoreInvalidEndpoints(boolean ignoreInvalidEndpoints) Ignore the invalid endpoint exception when attempting to create a producer with an invalid endpoint.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.ignoreInvalidEndpoints(String ignoreInvalidEndpoints) Ignore the invalid endpoint exception when attempting to create a producer with an invalid endpoint.Uses the Processor when preparing the org.apache.camel.Exchange to be sent.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.parallelAggregate(boolean parallelAggregate) If enabled then the aggregate method on AggregationStrategy can be called concurrently.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.parallelAggregate(String parallelAggregate) If enabled then the aggregate method on AggregationStrategy can be called concurrently.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.parallelProcessing(boolean parallelProcessing) If enabled, then sending via multicast occurs concurrently.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.parallelProcessing(String parallelProcessing) If enabled, then sending via multicast occurs concurrently.The subscription predicate.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.predicateBean(String predicateBean) A Predicate instance in the registry.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.predicateBean(org.apache.camel.Predicate predicateBean) A Predicate instance in the registry.The subscription priority.The subscription priority.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.recipientMode(String recipientMode) Recipient mode: firstMatch or allMatch.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.shareUnitOfWork(boolean shareUnitOfWork) Shares the org.apache.camel.spi.UnitOfWork with the parent and each of the sub messages.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.shareUnitOfWork(String shareUnitOfWork) Shares the org.apache.camel.spi.UnitOfWork with the parent and each of the sub messages.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.stopOnException(boolean stopOnException) Will stop further processing if an exception or failure occurred during processing of an org.apache.camel.Exchange and the caused exception will be thrown.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.stopOnException(String stopOnException) Will stop further processing if an exception or failure occurred during processing of an org.apache.camel.Exchange and the caused exception will be thrown.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.streaming(boolean streaming) If enabled, then Camel will process replies out-of-order (e.g., in the order they come back).If enabled, then Camel will process replies out-of-order (e.g., in the order they come back).DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.subscriptionId(String subscriptionId) The subscription ID; if unspecified, one will be assigned and returned.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.timeout(long timeout) Sets a total timeout specified in milliseconds, when using parallel processing.Sets a total timeout specified in milliseconds, when using parallel processing.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.warnDroppedMessage(boolean warnDroppedMessage) Flag to log a warning if no predicates match for an exchange.DynamicRouterEndpointBuilderFactory.DynamicRouterEndpointBuilder.warnDroppedMessage(String warnDroppedMessage) Flag to log a warning if no predicates match for an exchange.