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, it's internal connections and shuts down other internal states 
 | 
publishReplicationEventvoid 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's passwordtargets - possible target endpoints bundled in this endpointvoid shutdown()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.