public class ReactorRecordSequenceListener extends Object implements com.aerospike.client.listener.RecordSequenceListener
| Constructor and Description |
|---|
ReactorRecordSequenceListener(reactor.core.publisher.FluxSink<com.aerospike.client.query.KeyRecord> sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(com.aerospike.client.AerospikeException exception) |
void |
onRecord(com.aerospike.client.Key key,
com.aerospike.client.Record record) |
void |
onSuccess() |
public ReactorRecordSequenceListener(reactor.core.publisher.FluxSink<com.aerospike.client.query.KeyRecord> sink)
public void onRecord(com.aerospike.client.Key key,
com.aerospike.client.Record record)
throws com.aerospike.client.AerospikeException
onRecord in interface com.aerospike.client.listener.RecordSequenceListenercom.aerospike.client.AerospikeExceptionpublic void onSuccess()
onSuccess in interface com.aerospike.client.listener.RecordSequenceListenerpublic void onFailure(com.aerospike.client.AerospikeException exception)
onFailure in interface com.aerospike.client.listener.RecordSequenceListenerCopyright © 2012–2019 Aerospike, Inc. All rights reserved.