Interface DataCallbackable<T>


public interface DataCallbackable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    usingDataCallback(org.apache.zookeeper.AsyncCallback.DataCallback callback, Object ctx)
    Passes a callback and a context object to the config/reconfig command.
  • Method Details

    • usingDataCallback

      T usingDataCallback(org.apache.zookeeper.AsyncCallback.DataCallback callback, 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