Modifier and Type | Method and Description |
---|---|
ReplicationConfig |
getReplication()
Deprecated.
since 5.6. It is expected that you will already have a reference to
ReplicationConfig . This
method will be removed in a future version of Diffusion. |
Set<String> |
getTopicPaths()
The topic paths that will be used to match topics to replicate.
|
boolean |
isEnabled()
Is topic replication enabled for the server.
|
void |
setEnabled(boolean enabled)
Set replication enabled.
|
void |
setTopicSelectors(Set<String> selectors)
Set the topic selectors.
|
boolean isEnabled()
This allows the replication of topics to be permitted or prevented.
void setEnabled(boolean enabled)
enabled
- Is replication enabledSet<String> getTopicPaths()
void setTopicSelectors(Set<String> selectors)
selectors
- The set of topic selectorsNullPointerException
- If selectors is null@Deprecated ReplicationConfig getReplication()
ReplicationConfig
. This
method will be removed in a future version of Diffusion.Copyright © 2016 Push Technology Ltd. All Rights Reserved.