Package io.etcd.jetcd
Interface Watch.Watcher
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- Enclosing interface:
- Watch
public static interface Watch.Watcher extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()closes this watcher and all its resources.voidrequestProgress()Requests the latest revision processed and propagates it to listeners
-