Interface CuratorListener


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

    Modifier and Type
    Method
    Description
    void
    Called when a background task has completed or a watch has triggered
  • Method Details

    • eventReceived

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