public class ReactorExecuteListener extends Object implements com.aerospike.client.listener.ExecuteListener
| Constructor and Description |
|---|
ReactorExecuteListener(reactor.core.publisher.MonoSink<KeyObject> sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(com.aerospike.client.AerospikeException exception) |
void |
onSuccess(com.aerospike.client.Key key,
Object obj) |
public ReactorExecuteListener(reactor.core.publisher.MonoSink<KeyObject> sink)
public void onSuccess(com.aerospike.client.Key key,
Object obj)
onSuccess in interface com.aerospike.client.listener.ExecuteListenerpublic void onFailure(com.aerospike.client.AerospikeException exception)
onFailure in interface com.aerospike.client.listener.ExecuteListenerCopyright © 2012–2019 Aerospike, Inc. All rights reserved.