com.hazelcast.spi
Interface ReplicationSupportingService


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(com.hazelcast.wan.WanReplicationEvent replicationEvent)
           
 

Method Detail

onReplicationEvent

void onReplicationEvent(com.hazelcast.wan.WanReplicationEvent replicationEvent)


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