Interface BackgroundCallback


  • public interface BackgroundCallback
    Functor for an async background operation
    • Method Detail

      • processResult

        void processResult​(CuratorFramework client,
                           CuratorEvent event)
                    throws java.lang.Exception
        Called when the async background operation completes
        Parameters:
        client - the client
        event - operation result details
        Throws:
        java.lang.Exception - errors