Uses of Class
org.apache.camel.component.dynamicrouter.DynamicRouterConfiguration
-
-
Uses of DynamicRouterConfiguration in org.apache.camel.component.dynamicrouter
Methods in org.apache.camel.component.dynamicrouter that return DynamicRouterConfiguration Modifier and Type Method Description DynamicRouterConfigurationDynamicRouterEndpoint. getConfiguration()Gets theDynamicRouterConfiguration.Constructors in org.apache.camel.component.dynamicrouter with parameters of type DynamicRouterConfiguration Constructor Description DynamicRouterEndpoint(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, Supplier<DynamicRouterControlChannelProcessor.DynamicRouterControlChannelProcessorFactory> processorFactorySupplier, Supplier<DynamicRouterControlProducer.DynamicRouterControlProducerFactory> controlProducerFactorySupplier)Create the specialized endpoint for the Dynamic Router Control Channel.DynamicRouterEndpoint(String uri, DynamicRouterComponent component, DynamicRouterConfiguration configuration, Supplier<DynamicRouterProcessor.DynamicRouterProcessorFactory> processorFactorySupplier, Supplier<DynamicRouterProducer.DynamicRouterProducerFactory> producerFactorySupplier, Supplier<PrioritizedFilterProcessor.PrioritizedFilterProcessorFactory> filterProcessorFactorySupplier)Create the Dynamic RouterEndpointfor the given endpoint URI.
-