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


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

    Modifier and Type
    Method
    Description
    allocateQueue(org.apache.curator.framework.CuratorFramework client, String queuePath)
     
  • Method Details

    • allocateQueue

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