Uses of Interface
org.apache.camel.component.seda.BlockingQueueFactory
-
Uses of BlockingQueueFactory in org.apache.camel.component.seda
Classes in org.apache.camel.component.seda that implement BlockingQueueFactoryModifier and TypeClassDescriptionclassImplementation ofBlockingQueueFactoryproducingArrayBlockingQueueclassImplementation ofBlockingQueueFactoryproducingLinkedBlockingQueueclassImplementation ofBlockingQueueFactoryproducingPriorityBlockingQueueFields in org.apache.camel.component.seda declared as BlockingQueueFactoryModifier and TypeFieldDescriptionprotected BlockingQueueFactory<org.apache.camel.Exchange> SedaComponent.defaultQueueFactoryMethods in org.apache.camel.component.seda that return BlockingQueueFactoryModifier and TypeMethodDescriptionBlockingQueueFactory<org.apache.camel.Exchange> SedaComponent.getDefaultQueueFactory()Methods in org.apache.camel.component.seda with parameters of type BlockingQueueFactoryModifier and TypeMethodDescriptionprotected SedaEndpointSedaComponent.createEndpoint(String endpointUri, org.apache.camel.Component component, BlockingQueueFactory<org.apache.camel.Exchange> queueFactory, int concurrentConsumers) SedaComponent.getOrCreateQueue(SedaEndpoint endpoint, Integer size, Boolean multipleConsumers, BlockingQueueFactory<org.apache.camel.Exchange> customQueueFactory) voidSedaComponent.setDefaultQueueFactory(BlockingQueueFactory<org.apache.camel.Exchange> defaultQueueFactory) Sets the default queue factory.Constructors in org.apache.camel.component.seda with parameters of type BlockingQueueFactoryModifierConstructorDescriptionSedaEndpoint(String endpointUri, org.apache.camel.Component component, BlockingQueueFactory<org.apache.camel.Exchange> queueFactory, int concurrentConsumers)