Uses of Interface
org.apache.curator.framework.recipes.queue.QueueConsumer
-
Packages that use QueueConsumer Package Description org.apache.curator.framework.recipes.queue -
-
Uses of QueueConsumer in org.apache.curator.framework.recipes.queue
Classes in org.apache.curator.framework.recipes.queue that implement QueueConsumer Modifier and Type Class Description classBlockingQueueConsumer<T>Utility - a queue consumer that provides behavior similar to aBlockingQueueMethods in org.apache.curator.framework.recipes.queue with parameters of type QueueConsumer Modifier and Type Method Description static <T> QueueBuilder<T>QueueBuilder. builder(org.apache.curator.framework.CuratorFramework client, QueueConsumer<T> consumer, QueueSerializer<T> serializer, java.lang.String queuePath)Allocate a new builderConstructors in org.apache.curator.framework.recipes.queue with parameters of type QueueConsumer Constructor Description QueueSafety(java.lang.String lockPath, QueueConsumer<T> consumer)
-