public class ReactorBatchListListener extends Object implements com.aerospike.client.listener.BatchListListener
| Constructor and Description |
|---|
ReactorBatchListListener(reactor.core.publisher.MonoSink<List<com.aerospike.client.BatchRead>> sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(com.aerospike.client.AerospikeException exception) |
void |
onSuccess(List<com.aerospike.client.BatchRead> records) |
public ReactorBatchListListener(reactor.core.publisher.MonoSink<List<com.aerospike.client.BatchRead>> sink)
public void onSuccess(List<com.aerospike.client.BatchRead> records)
onSuccess in interface com.aerospike.client.listener.BatchListListenerpublic void onFailure(com.aerospike.client.AerospikeException exception)
onFailure in interface com.aerospike.client.listener.BatchListListenerCopyright © 2012–2019 Aerospike, Inc. All rights reserved.