Uses of Class
org.apache.camel.component.dynamicrouter.routing.DynamicRouterConfiguration
Packages that use DynamicRouterConfiguration
-
Uses of DynamicRouterConfiguration in org.apache.camel.component.dynamicrouter.routing
Methods in org.apache.camel.component.dynamicrouter.routing that return DynamicRouterConfigurationModifier and TypeMethodDescriptionDynamicRouterEndpoint.getConfiguration()Gets theDynamicRouterConfiguration.Methods in org.apache.camel.component.dynamicrouter.routing with parameters of type DynamicRouterConfigurationModifier and TypeMethodDescriptionstatic org.apache.camel.ProcessorDynamicRouterRecipientListHelper.createProcessor(org.apache.camel.CamelContext camelContext, DynamicRouterConfiguration cfg, BiFunction<org.apache.camel.CamelContext, org.apache.camel.Expression, org.apache.camel.processor.RecipientList> recipientListSupplier) Create and configure theRecipientListProcessor.DynamicRouterEndpoint.DynamicRouterEndpointFactory.getInstance(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, Supplier<DynamicRouterProcessor.DynamicRouterProcessorFactory> processorFactorySupplier, Supplier<DynamicRouterProducer.DynamicRouterProducerFactory> producerFactorySupplier, BiFunction<org.apache.camel.CamelContext, org.apache.camel.Expression, org.apache.camel.processor.RecipientList> recipientListSupplier, DynamicRouterFilterService filterService) Create the Dynamic RouterEndpointfor the given endpoint URI.DynamicRouterEndpoint.DynamicRouterEndpointFactory.getInstance(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, DynamicRouterFilterService filterService) Create the endpoint that routing participants use to send messages.DynamicRouterProcessor.DynamicRouterProcessorFactory.getInstance(org.apache.camel.CamelContext camelContext, DynamicRouterConfiguration configuration, DynamicRouterFilterService filterService, BiFunction<org.apache.camel.CamelContext, org.apache.camel.Expression, org.apache.camel.processor.RecipientList> recipientListSupplier) Create theDynamicRouterProcessorinstance.DynamicRouterProducer.DynamicRouterProducerFactory.getInstance(DynamicRouterEndpoint endpoint, DynamicRouterComponent component, DynamicRouterConfiguration configuration) Create theProducerfor the Dynamic Router with the suppliedEndpointURI.Constructors in org.apache.camel.component.dynamicrouter.routing with parameters of type DynamicRouterConfigurationModifierConstructorDescriptionDynamicRouterEndpoint(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, Supplier<DynamicRouterProcessor.DynamicRouterProcessorFactory> processorFactorySupplier, Supplier<DynamicRouterProducer.DynamicRouterProducerFactory> producerFactorySupplier, BiFunction<org.apache.camel.CamelContext, org.apache.camel.Expression, org.apache.camel.processor.RecipientList> recipientListSupplier, DynamicRouterFilterService filterService) Create the Dynamic RouterEndpointfor the given endpoint URI.DynamicRouterEndpoint(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, DynamicRouterFilterService filterService) Create the specialized endpoint for the Dynamic Router Control Channel.DynamicRouterProducer(DynamicRouterEndpoint endpoint, DynamicRouterComponent component, DynamicRouterConfiguration configuration) Create theProducerfor the Dynamic Router with the suppliedEndpointURI.