public class ReactorExistsSequenceListener extends Object implements com.aerospike.client.listener.ExistsSequenceListener
| Constructor and Description |
|---|
ReactorExistsSequenceListener(reactor.core.publisher.FluxSink<KeyExists> sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
onExists(com.aerospike.client.Key key,
boolean exists) |
void |
onFailure(com.aerospike.client.AerospikeException exception) |
void |
onSuccess() |
public ReactorExistsSequenceListener(reactor.core.publisher.FluxSink<KeyExists> sink)
public void onExists(com.aerospike.client.Key key,
boolean exists)
onExists in interface com.aerospike.client.listener.ExistsSequenceListenerpublic void onSuccess()
onSuccess in interface com.aerospike.client.listener.ExistsSequenceListenerpublic void onFailure(com.aerospike.client.AerospikeException exception)
onFailure in interface com.aerospike.client.listener.ExistsSequenceListenerCopyright © 2012–2019 Aerospike, Inc. All rights reserved.