public class ReactorTaskStatusListener extends Object implements com.aerospike.client.listener.TaskStatusListener
| Constructor and Description |
|---|
ReactorTaskStatusListener(reactor.core.publisher.MonoSink<Integer> sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(com.aerospike.client.AerospikeException ae) |
void |
onSuccess(int status) |
public ReactorTaskStatusListener(reactor.core.publisher.MonoSink<Integer> sink)
public void onSuccess(int status)
onSuccess in interface com.aerospike.client.listener.TaskStatusListenerpublic void onFailure(com.aerospike.client.AerospikeException ae)
onFailure in interface com.aerospike.client.listener.TaskStatusListenerCopyright © 2012–2020 Aerospike, Inc. All rights reserved.