Package com.aerospike.client.listener
Interface ExecuteListener
public interface ExecuteListener
Asynchronous result notifications for execute commands.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called when an asynchronous execute command fails.voidThis method is called when an asynchronous execute command completes successfully.
-
Method Details
-
onSuccess
This method is called when an asynchronous execute command completes successfully.- Parameters:
key- unique record identifierobj- returned object
-
onFailure
This method is called when an asynchronous execute command fails.
-