public class ReactorExistsListener extends Object implements com.aerospike.client.listener.ExistsListener
| Constructor and Description |
|---|
ReactorExistsListener(reactor.core.publisher.MonoSink<com.aerospike.client.Key> sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(com.aerospike.client.AerospikeException exception) |
void |
onSuccess(com.aerospike.client.Key key,
boolean exists) |
public ReactorExistsListener(reactor.core.publisher.MonoSink<com.aerospike.client.Key> sink)
public void onSuccess(com.aerospike.client.Key key,
boolean exists)
onSuccess in interface com.aerospike.client.listener.ExistsListenerpublic void onFailure(com.aerospike.client.AerospikeException exception)
onFailure in interface com.aerospike.client.listener.ExistsListenerCopyright © 2012–2019 Aerospike, Inc. All rights reserved.