Uses of Interface
org.apache.synapse.commons.executors.NextQueueAlgorithm
Packages that use NextQueueAlgorithm
-
Uses of NextQueueAlgorithm in org.apache.synapse.commons.executors
Classes in org.apache.synapse.commons.executors that implement NextQueueAlgorithmModifier and TypeClassDescriptionclassThis is a priority based round robin algorithm for getting the next queueMethods in org.apache.synapse.commons.executors that return NextQueueAlgorithmConstructors in org.apache.synapse.commons.executors with parameters of type NextQueueAlgorithmModifierConstructorDescriptionMultiPriorityBlockingQueue(List<InternalQueue<E>> queues, boolean isFixedQueues, NextQueueAlgorithm<E> algorithm) Create a queue with the given queues.