public interface WanReplicationEndpoint extends WanReplicationPublisher
| Modifier and Type | Method and Description | 
|---|---|
void | 
init(Node node,
    WanReplicationConfig wanReplicationConfig,
    WanPublisherConfig publisherConfig)
Initializes the endpoint using the given arguments. 
 | 
void | 
shutdown()
Closes the endpoint and its internal connections and shuts down other internal states 
 | 
checkWanReplicationQueues, publishReplicationEvent, publishReplicationEvent, publishReplicationEventBackupvoid init(Node node, WanReplicationConfig wanReplicationConfig, WanPublisherConfig publisherConfig)
node - the current node that tries to connectwanReplicationConfig - WanReplicationConfig instancepublisherConfig - WanPublisherConfig instancevoid shutdown()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.