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.
    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
    • requestProgress

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