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