Class ReactorIndexListener

java.lang.Object
com.aerospike.client.reactor.listeners.ReactorIndexListener
All Implemented Interfaces:
com.aerospike.client.listener.IndexListener

public class ReactorIndexListener
extends Object
implements com.aerospike.client.listener.IndexListener
  • Constructor Summary

    Constructors 
    Constructor Description
    ReactorIndexListener​(reactor.core.publisher.MonoSink<com.aerospike.client.async.AsyncIndexTask> sink)  
  • Method Summary

    Modifier and Type Method Description
    void onFailure​(com.aerospike.client.AerospikeException ae)  
    void onSuccess​(com.aerospike.client.async.AsyncIndexTask indexTask)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReactorIndexListener

      public ReactorIndexListener​(reactor.core.publisher.MonoSink<com.aerospike.client.async.AsyncIndexTask> sink)
  • Method Details

    • onSuccess

      public void onSuccess​(com.aerospike.client.async.AsyncIndexTask indexTask)
      Specified by:
      onSuccess in interface com.aerospike.client.listener.IndexListener
    • onFailure

      public void onFailure​(com.aerospike.client.AerospikeException ae)
      Specified by:
      onFailure in interface com.aerospike.client.listener.IndexListener