Interface IReplicationInBatchConsumptionHandler

All Known Subinterfaces:
IReplicationInFacade
All Known Implementing Classes:
LocalClusterReplicationInBatchConsumptionHandler, MirrorReplicationInBatchConsumptionHandler, ReplicationNodeInFacade, ReplicationNotificationInBatchConsumptionHandler

public interface IReplicationInBatchConsumptionHandler
Handles incoming replication in batch consumption mode
Since:
9.0
Author:
idan, eitany
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after all the incoming replication events for the current batch passed through the corresponding event handlers.
  • Method Details

    • consumePendingOperationsInBatch

      void consumePendingOperationsInBatch(IReplicationInBatchContext context) throws Exception
      Called after all the incoming replication events for the current batch passed through the corresponding event handlers. Any pending unconsumed events should be consumed here.
      Throws:
      Exception