public class BatchListListenerImpl
extends java.lang.Object
implements com.aerospike.client.listener.BatchListListener
| Constructor and Description |
|---|
BatchListListenerImpl(io.vertx.core.impl.ContextInternal context,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<com.aerospike.client.BatchRead>>> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(com.aerospike.client.AerospikeException e) |
void |
onSuccess(java.util.List<com.aerospike.client.BatchRead> list) |
public BatchListListenerImpl(io.vertx.core.impl.ContextInternal context,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<com.aerospike.client.BatchRead>>> handler)
public void onSuccess(java.util.List<com.aerospike.client.BatchRead> list)
onSuccess in interface com.aerospike.client.listener.BatchListListenerpublic void onFailure(com.aerospike.client.AerospikeException e)
onFailure in interface com.aerospike.client.listener.BatchListListenerCopyright © 2021. All rights reserved.