Class ReactorBatchListListener

java.lang.Object
com.aerospike.client.reactor.listeners.ReactorBatchListListener
All Implemented Interfaces:
com.aerospike.client.listener.BatchListListener

public class ReactorBatchListListener extends Object implements com.aerospike.client.listener.BatchListListener
  • Constructor Details

    • ReactorBatchListListener

      public ReactorBatchListListener(reactor.core.publisher.MonoSink<List<com.aerospike.client.BatchRead>> sink)
  • Method Details

    • onSuccess

      public void onSuccess(List<com.aerospike.client.BatchRead> records)
      Specified by:
      onSuccess in interface com.aerospike.client.listener.BatchListListener
    • onFailure

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