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, publishReplicationEventBackup
void 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.