Interface AsyncCallbacks.UpdatePropertiesCallback

  • Enclosing interface:
    AsyncCallbacks

    public static interface AsyncCallbacks.UpdatePropertiesCallback
    • Method Detail

      • updatePropertiesComplete

        void updatePropertiesComplete​(java.util.Map<java.lang.String,​java.lang.String> properties,
                                      java.lang.Object ctx)
      • updatePropertiesFailed

        void updatePropertiesFailed​(ManagedLedgerException exception,
                                    java.lang.Object ctx)