Interface BackgroundCallback


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

    Modifier and Type
    Method
    Description
    void
    Called when the async background operation completes
  • Method Details

    • processResult

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