Class ReplicationNotificationInBatchConsumptionHandler
java.lang.Object
com.gigaspaces.internal.events.durable.ReplicationNotificationInBatchConsumptionHandler
- All Implemented Interfaces:
IReplicationInBatchConsumptionHandler
public class ReplicationNotificationInBatchConsumptionHandler
extends Object
implements IReplicationInBatchConsumptionHandler
- Since:
- 9.0
- Author:
- Dan Kilman
-
Constructor Summary
ConstructorsConstructorDescriptionReplicationNotificationInBatchConsumptionHandler(NotifyInfo notifyInfo, ITemplatePacket templatePacket, ReplicationNotificationClientEndpoint endpoint) -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after all the incoming replication events for the current batch passed through the corresponding event handlers.
-
Constructor Details
-
ReplicationNotificationInBatchConsumptionHandler
public ReplicationNotificationInBatchConsumptionHandler(NotifyInfo notifyInfo, ITemplatePacket templatePacket, ReplicationNotificationClientEndpoint endpoint)
-
-
Method Details
-
consumePendingOperationsInBatch
Description copied from interface:IReplicationInBatchConsumptionHandlerCalled after all the incoming replication events for the current batch passed through the corresponding event handlers. Any pending unconsumed events should be consumed here.- Specified by:
consumePendingOperationsInBatchin interfaceIReplicationInBatchConsumptionHandler
-