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 class
ArrayBlockingQueueFactory<E>
Implementation ofBlockingQueueFactory
producingArrayBlockingQueue
class
LinkedBlockingQueueFactory<E>
Implementation ofBlockingQueueFactory
producingLinkedBlockingQueue
class
PriorityBlockingQueueFactory<E>
Implementation ofBlockingQueueFactory
producingPriorityBlockingQueue
Fields in org.apache.camel.component.seda declared as BlockingQueueFactory Modifier and Type Field Description protected BlockingQueueFactory<org.apache.camel.Exchange>
SedaComponent. defaultQueueFactory
Methods 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 SedaEndpoint
SedaComponent. createEndpoint(String endpointUri, org.apache.camel.Component component, BlockingQueueFactory<org.apache.camel.Exchange> queueFactory, int concurrentConsumers)
QueueReference
SedaComponent. getOrCreateQueue(SedaEndpoint endpoint, Integer size, Boolean multipleConsumers, BlockingQueueFactory<org.apache.camel.Exchange> customQueueFactory)
void
SedaComponent. 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)
-