Uses of Class
org.apache.camel.component.dynamicrouter.routing.DynamicRouterComponent
Packages that use DynamicRouterComponent
-
Uses of DynamicRouterComponent in org.apache.camel.component.dynamicrouter.routing
Methods in org.apache.camel.component.dynamicrouter.routing that return DynamicRouterComponentModifier and TypeMethodDescriptionDynamicRouterEndpoint.getDynamicRouterComponent()A convenience method that wraps the parent method and casts to theDynamicRouterComponentimplementation.Methods in org.apache.camel.component.dynamicrouter.routing with parameters of type DynamicRouterComponentModifier and TypeMethodDescriptionDynamicRouterEndpoint.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.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 DynamicRouterComponentModifierConstructorDescriptionDynamicRouterEndpoint(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.