Interface AsyncCallback.EphemeralsCallback

    • Method Detail

      • 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.