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 TypeMethodDescriptionvoidCalled after all the incoming replication events for the current batch passed through the corresponding event handlers.
-
Method Details
-
consumePendingOperationsInBatch
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
-