Package org.apache.curator.framework.api
Interface Watchable<T>
-
- All Superinterfaces:
WatchableBase<T>
- All Known Subinterfaces:
ACLableExistBuilderMain,ExistsBuilder,ExistsBuilderMain,GetChildrenBuilder,GetConfigBuilder,GetDataBuilder,GetDataWatchBackgroundStatable,WatchBackgroundEnsembleable<T>,WatchPathable<T>
- All Known Implementing Classes:
ExistsBuilderImpl,GetChildrenBuilderImpl,GetConfigBuilderImpl,GetDataBuilderImpl
public interface Watchable<T> extends WatchableBase<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Twatched()Have the operation set a watch-
Methods inherited from interface org.apache.curator.framework.api.WatchableBase
usingWatcher, usingWatcher
-
-
-
-
Method Detail
-
watched
T watched()
Have the operation set a watch- Returns:
- this
-
-