public interface WanReplicationEndpoint extends WanReplicationPublisher
| Modifier and Type | Method and Description | 
|---|---|
void | 
init(Node node,
    String groupName,
    String password,
    String... targets)
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, String groupName, String password, String... targets)
node - the current node that tries to connectgroupName - the group name to connect withpassword - the group passwordtargets - possible target endpoints bundled in this endpointvoid shutdown()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.