Class SyncCallbackUtils.SyncCloseCallback

    • Constructor Summary

      Constructors 
      Constructor Description
      SyncCloseCallback​(java.util.concurrent.CompletableFuture<java.lang.Void> future)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void closeComplete​(int rc, LedgerHandle lh, java.lang.Object ctx)
      Close callback method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SyncCloseCallback

        public SyncCloseCallback​(java.util.concurrent.CompletableFuture<java.lang.Void> future)