public class ReactorRecordArrayListener extends Object implements com.aerospike.client.listener.RecordArrayListener
| Constructor and Description |
|---|
ReactorRecordArrayListener(reactor.core.publisher.MonoSink<KeysRecords> sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(com.aerospike.client.AerospikeException exception) |
void |
onSuccess(com.aerospike.client.Key[] keys,
com.aerospike.client.Record[] records) |
public ReactorRecordArrayListener(reactor.core.publisher.MonoSink<KeysRecords> sink)
public void onSuccess(com.aerospike.client.Key[] keys,
com.aerospike.client.Record[] records)
onSuccess in interface com.aerospike.client.listener.RecordArrayListenerpublic void onFailure(com.aerospike.client.AerospikeException exception)
onFailure in interface com.aerospike.client.listener.RecordArrayListenerCopyright © 2012–2019 Aerospike, Inc. All rights reserved.