Package org.broadleafcommerce.core.util.queue
package org.broadleafcommerce.core.util.queue
-
ClassDescriptionDistributedBlockingQueue<E extends Serializable>Interface that defines a distributed
BlockingQueue, which means that this queue can be created, distributed, and operated on by multipleRuntimeExceptionindicating that there was an error operating on the queue, or changing queue state.ZookeeperDistributedQueue<T extends Serializable>Represents aQueuethat is distributed (used by multiple JVMs or nodes) and managed by Zookeeper.