Package org.apache.curator.framework.api
Interface CuratorWatcher
-
- All Known Implementing Classes:
EnsembleTracker
public interface CuratorWatcherA version ofWatcherthat can throw an exception
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(org.apache.zookeeper.WatchedEvent event)Same asWatcher.process(WatchedEvent).
-