Package io.etcd.jetcd

Interface Watch.Watcher

All Superinterfaces:
AutoCloseable, Closeable
Enclosing interface:
Watch

public static interface Watch.Watcher extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    closes this watcher and all its resources.
    boolean
    Returns if watcher is already closed
    void
    Requests the latest revision processed and propagates it to listeners
  • Method Details

    • close

      void close()
      closes this watcher and all its resources.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • isClosed

      boolean isClosed()
      Returns if watcher is already closed
    • requestProgress

      void requestProgress()
      Requests the latest revision processed and propagates it to listeners