Interface AsyncCallback.EphemeralsCallback

All Superinterfaces:
AsyncCallback
Enclosing interface:
AsyncCallback

public static interface AsyncCallback.EphemeralsCallback extends AsyncCallback
This callback is used to process the getEphemerals results from a single getEphemerals call.
Since:
3.6.0
See Also:
  • Method Details

    • processResult

      void processResult(int rc, Object ctx, List<String> paths)
      Parameters:
      rc - The return code or the result of the call.
      ctx - Whatever context object that we passed to asynchronous calls.
      paths - The path that we passed to asynchronous calls.