com.hazelcast.spi
Interface ReplicationSupportingService

All Known Implementing Classes:
MapService

public interface ReplicationSupportingService

An interface that can be implemented by SPI services to give them the ability to listen to Replication Events.


Method Summary
 void onReplicationEvent(WanReplicationEvent replicationEvent)
           
 

Method Detail

onReplicationEvent

void onReplicationEvent(WanReplicationEvent replicationEvent)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.