Package org.apache.curator.framework.api
Interface DataCallbackable<T>
-
public interface DataCallbackable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TusingDataCallback(org.apache.zookeeper.AsyncCallback.DataCallback callback, java.lang.Object ctx)Passes a callback and a context object to the config/reconfig command.
-
-
-
Method Detail
-
usingDataCallback
T usingDataCallback(org.apache.zookeeper.AsyncCallback.DataCallback callback, java.lang.Object ctx)
Passes a callback and a context object to the config/reconfig command.- Parameters:
callback- The async callback to use.ctx- An object that will be passed to the callback.- Returns:
- this
-
-