Class SyncCallbackUtils.SyncDeleteCallback

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deleteComplete​(int rc, java.lang.Object ctx)
      Delete callback implementation for synchronous delete call.
      • Methods inherited from class java.lang.Object

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

      • SyncDeleteCallback

        public SyncDeleteCallback​(java.util.concurrent.CompletableFuture<java.lang.Void> future)
    • Method Detail

      • deleteComplete

        public void deleteComplete​(int rc,
                                   java.lang.Object ctx)
        Delete callback implementation for synchronous delete call.
        Specified by:
        deleteComplete in interface AsyncCallback.DeleteCallback
        Parameters:
        rc - return code
        ctx - optional control object