Package org.apache.bookkeeper.mledger
Interface AsyncCallbacks.UpdatePropertiesCallback
-
- Enclosing interface:
- AsyncCallbacks
public static interface AsyncCallbacks.UpdatePropertiesCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdatePropertiesComplete(java.util.Map<java.lang.String,java.lang.String> properties, java.lang.Object ctx)voidupdatePropertiesFailed(ManagedLedgerException exception, java.lang.Object ctx)
-
-
-
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)
-
-