Uses of Class
org.apache.camel.component.dynamicrouter.routing.DynamicRouterEndpoint.DynamicRouterEndpointFactory
Packages that use DynamicRouterEndpoint.DynamicRouterEndpointFactory
-
Uses of DynamicRouterEndpoint.DynamicRouterEndpointFactory in org.apache.camel.component.dynamicrouter.routing
Fields in org.apache.camel.component.dynamicrouter.routing with type parameters of type DynamicRouterEndpoint.DynamicRouterEndpointFactoryModifier and TypeFieldDescriptionstatic final Supplier<DynamicRouterEndpoint.DynamicRouterEndpointFactory> DynamicRouterConstants.ENDPOINT_FACTORY_SUPPLIERCreates aDynamicRouterEndpointinstance.Constructor parameters in org.apache.camel.component.dynamicrouter.routing with type arguments of type DynamicRouterEndpoint.DynamicRouterEndpointFactoryModifierConstructorDescriptionDynamicRouterComponent(Supplier<DynamicRouterEndpoint.DynamicRouterEndpointFactory> endpointFactorySupplier, Supplier<DynamicRouterProcessor.DynamicRouterProcessorFactory> processorFactorySupplier, Supplier<DynamicRouterProducer.DynamicRouterProducerFactory> producerFactorySupplier, BiFunction<org.apache.camel.CamelContext, org.apache.camel.Expression, org.apache.camel.processor.RecipientList> recipientListSupplier, Supplier<PrioritizedFilter.PrioritizedFilterFactory> filterFactorySupplier, Supplier<DynamicRouterFilterService.DynamicRouterFilterServiceFactory> filterServiceFactorySupplier) Create an instance of the Dynamic Router component with custom factories.