Class BookkeeperInternalCallbacks

java.lang.Object
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks

public class BookkeeperInternalCallbacks extends Object
Declaration of a callback interfaces used in bookkeeper client library but not exposed to the client application.
  • Field Details

    • LOG

      static final org.slf4j.Logger LOG
  • Constructor Details

    • BookkeeperInternalCallbacks

      public BookkeeperInternalCallbacks()
  • Method Details

    • finish

      public static <T> void finish(int rc, T result, CompletableFuture<? super T> future)
      Handle the Response Code and transform it to a BKException.
      Type Parameters:
      T -
      Parameters:
      rc -
      result -
      future -