public class ExecuteListenerImpl
extends java.lang.Object
implements com.aerospike.client.listener.ExecuteListener
| Constructor and Description |
|---|
ExecuteListenerImpl(io.vertx.core.impl.ContextInternal context,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Object>> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(com.aerospike.client.AerospikeException e) |
void |
onSuccess(com.aerospike.client.Key key,
java.lang.Object obj) |
public ExecuteListenerImpl(io.vertx.core.impl.ContextInternal context,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Object>> handler)
public void onSuccess(com.aerospike.client.Key key,
java.lang.Object obj)
onSuccess in interface com.aerospike.client.listener.ExecuteListenerpublic void onFailure(com.aerospike.client.AerospikeException e)
onFailure in interface com.aerospike.client.listener.ExecuteListenerCopyright © 2021. All rights reserved.