public class ReactorBatchSequenceListener extends Object implements com.aerospike.client.listener.BatchSequenceListener
| Constructor and Description |
|---|
ReactorBatchSequenceListener(reactor.core.publisher.FluxSink<com.aerospike.client.BatchRead> sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(com.aerospike.client.AerospikeException exception) |
void |
onRecord(com.aerospike.client.BatchRead record) |
void |
onSuccess() |
public ReactorBatchSequenceListener(reactor.core.publisher.FluxSink<com.aerospike.client.BatchRead> sink)
public void onRecord(com.aerospike.client.BatchRead record)
onRecord in interface com.aerospike.client.listener.BatchSequenceListenerpublic void onSuccess()
onSuccess in interface com.aerospike.client.listener.BatchSequenceListenerpublic void onFailure(com.aerospike.client.AerospikeException exception)
onFailure in interface com.aerospike.client.listener.BatchSequenceListenerCopyright © 2012–2019 Aerospike, Inc. All rights reserved.