Interface CuratorListener


  • public interface CuratorListener
    Receives notifications about errors and background events
    • Method Detail

      • eventReceived

        void eventReceived​(CuratorFramework client,
                           CuratorEvent event)
                    throws java.lang.Exception
        Called when a background task has completed or a watch has triggered
        Parameters:
        client - client
        event - the event
        Throws:
        java.lang.Exception - any errors