Package com.aerospike.client.listener
Interface AbortListener
public interface AbortListener
Asynchronous result notifications for multi-record transaction (MRT) aborts.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonSuccess(AbortStatus status) This method is called when the abort succeeded or will succeed.
-
Method Details
-
onSuccess
This method is called when the abort succeeded or will succeed.
-