Class QueueSafety<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      QueueSafety​(java.lang.String lockPath, QueueConsumer<T> consumer)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueueSafety

        public QueueSafety​(java.lang.String lockPath,
                           QueueConsumer<T> consumer)
        Parameters:
        lockPath - ZKPath to use for locking purposes
        consumer - the message consumer