public class ReactorIndexListener extends Object implements com.aerospike.client.listener.IndexListener
| Constructor and Description |
|---|
ReactorIndexListener(reactor.core.publisher.MonoSink<com.aerospike.client.async.AsyncIndexTask> sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(com.aerospike.client.AerospikeException ae) |
void |
onSuccess(com.aerospike.client.async.AsyncIndexTask indexTask) |
public ReactorIndexListener(reactor.core.publisher.MonoSink<com.aerospike.client.async.AsyncIndexTask> sink)
public void onSuccess(com.aerospike.client.async.AsyncIndexTask indexTask)
onSuccess in interface com.aerospike.client.listener.IndexListenerpublic void onFailure(com.aerospike.client.AerospikeException ae)
onFailure in interface com.aerospike.client.listener.IndexListenerCopyright © 2012–2020 Aerospike, Inc. All rights reserved.