Uses of Interface
org.broadleafcommerce.core.util.queue.DistributedBlockingQueue
Packages that use DistributedBlockingQueue
-
Uses of DistributedBlockingQueue in org.broadleafcommerce.core.util.queue
Classes in org.broadleafcommerce.core.util.queue that implement DistributedBlockingQueueModifier and TypeClassDescriptionclassZookeeperDistributedQueue<T extends Serializable>Represents aQueuethat is distributed (used by multiple JVMs or nodes) and managed by Zookeeper.