Class BookkeeperInternalCallbacks


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

      • LOG

        static final org.slf4j.Logger LOG
    • Constructor Detail

      • BookkeeperInternalCallbacks

        public BookkeeperInternalCallbacks()
    • Method Detail

      • finish

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