public class ReactorDeleteListener extends Object implements com.aerospike.client.listener.DeleteListener
| Constructor and Description |
|---|
ReactorDeleteListener(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 existed) |
public ReactorDeleteListener(reactor.core.publisher.MonoSink<com.aerospike.client.Key> sink)
public void onSuccess(com.aerospike.client.Key key,
boolean existed)
onSuccess in interface com.aerospike.client.listener.DeleteListenerpublic void onFailure(com.aerospike.client.AerospikeException exception)
onFailure in interface com.aerospike.client.listener.DeleteListenerCopyright © 2012–2019 Aerospike, Inc. All rights reserved.