Interface QueueAllocator<U,​T extends QueueBase<U>>


  • public interface QueueAllocator<U,​T extends QueueBase<U>>
    • Method Detail

      • allocateQueue

        T allocateQueue​(org.apache.curator.framework.CuratorFramework client,
                        java.lang.String queuePath)