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 BlockingQueueFactory Modifier and Type Class Description classArrayBlockingQueueFactory<E>Implementation ofBlockingQueueFactoryproducingArrayBlockingQueueclassLinkedBlockingQueueFactory<E>Implementation ofBlockingQueueFactoryproducingLinkedBlockingQueueclassPriorityBlockingQueueFactory<E>Implementation ofBlockingQueueFactoryproducingPriorityBlockingQueueFields in org.apache.camel.component.seda declared as BlockingQueueFactory Modifier and Type Field Description protected BlockingQueueFactory<org.apache.camel.Exchange>SedaComponent. defaultQueueFactoryMethods in org.apache.camel.component.seda that return BlockingQueueFactory Modifier and Type Method Description BlockingQueueFactory<org.apache.camel.Exchange>SedaComponent. getDefaultQueueFactory()Methods in org.apache.camel.component.seda with parameters of type BlockingQueueFactory Modifier and Type Method Description protected SedaEndpointSedaComponent. createEndpoint(String endpointUri, org.apache.camel.Component component, BlockingQueueFactory<org.apache.camel.Exchange> queueFactory, int concurrentConsumers)QueueReferenceSedaComponent. 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 BlockingQueueFactory Constructor Description SedaEndpoint(String endpointUri, org.apache.camel.Component component, BlockingQueueFactory<org.apache.camel.Exchange> queueFactory, int concurrentConsumers)
-