com.hazelcast.wan
Interface WanReplicationPublisher

All Known Subinterfaces:
WanReplicationEndpoint
All Known Implementing Classes:
WanNoDelayReplication

public interface WanReplicationPublisher

This interface offers the implementation of different kinds of replication techniques like TCP, UDP or maybe even an JMS based service


Method Summary
 void publishReplicationEvent(String serviceName, ReplicationEventObject eventObject)
           
 

Method Detail

publishReplicationEvent

void publishReplicationEvent(String serviceName,
                             ReplicationEventObject eventObject)


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