Interface Watcher
public interface Watcher
- Since:
- 4.6.0
- Author:
- LE GALL BenoƮt
-
Method Details
-
start
void start()Start the watching. -
isWatching
boolean isWatching()- Returns:
true
when the watcher is watching KVs
-
stop
void stop()Stop the watching.
-