| Interface | Description | 
|---|---|
| ReplicationEventObject | 
 Marker interface for WAN replication messages 
 | 
| WanReplicationEndpoint | 
 Implementations of this interface represent a replication endpoint, normally another
 Hazelcast cluster only reachable over a wide area network. 
 | 
| WanReplicationPublisher | 
 This interface offers the implementation of different kinds of replication techniques like
 TCP, UDP or maybe even an JMS based service 
 | 
| WanReplicationService | 
 This is the WAN replications service API core interface. 
 | 
| Class | Description | 
|---|---|
| WanReplicationEvent | 
 Event class used to transmit the actual event object 
 | 
| Exception | Description | 
|---|---|
| WANReplicationQueueFullException | 
 A  
HazelcastException that is thrown when the wan replication queues are full
 This exception is only thrown when WAN is configured with
 WANQueueFullBehavior.THROW_EXCEPTION | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.