public interface ExecuteListener
Modifier and Type | Method and Description |
---|---|
void |
onFailure(AerospikeException exception)
This method is called when an asynchronous execute command fails.
|
void |
onSuccess(Key key,
Object obj)
This method is called when an asynchronous execute command completes successfully.
|
void onSuccess(Key key, Object obj)
key
- unique record identifierobj
- returned objectvoid onFailure(AerospikeException exception)
exception
- error that occurredCopyright ? 2012–2018 Aerospike, Inc. All rights reserved.