Class ReactorBatchSequenceListener

java.lang.Object
com.aerospike.client.reactor.listeners.ReactorBatchSequenceListener
All Implemented Interfaces:
com.aerospike.client.listener.BatchSequenceListener

public class ReactorBatchSequenceListener
extends Object
implements com.aerospike.client.listener.BatchSequenceListener
  • Constructor Details

    • ReactorBatchSequenceListener

      public ReactorBatchSequenceListener​(reactor.core.publisher.FluxSink<com.aerospike.client.BatchRead> sink)
  • Method Details

    • onRecord

      public void onRecord​(com.aerospike.client.BatchRead record)
      Specified by:
      onRecord in interface com.aerospike.client.listener.BatchSequenceListener
    • onSuccess

      public void onSuccess()
      Specified by:
      onSuccess in interface com.aerospike.client.listener.BatchSequenceListener
    • onFailure

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