Uses of Interface
org.apache.curator.framework.recipes.queue.QueueConsumer
Packages that use QueueConsumer
-
Uses of QueueConsumer in org.apache.curator.framework.recipes.queue
Classes in org.apache.curator.framework.recipes.queue that implement QueueConsumerModifier and TypeClassDescriptionclass
Utility - a queue consumer that provides behavior similar to aBlockingQueue
Methods in org.apache.curator.framework.recipes.queue with parameters of type QueueConsumerModifier and TypeMethodDescriptionstatic <T> QueueBuilder
<T> QueueBuilder.builder
(CuratorFramework client, QueueConsumer<T> consumer, QueueSerializer<T> serializer, String queuePath) Allocate a new builderConstructors in org.apache.curator.framework.recipes.queue with parameters of type QueueConsumer