@InterfaceStability.Evolving public class NewTopicMirror extends Object
Constructor and Description |
---|
NewTopicMirror(String linkName,
String mirrorTopic)
Prepares a new topic that'll mirror its data from a source topic.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
linkName()
The name of the cluster link over which the topic will mirror from.
|
String |
mirrorTopic()
The name of the topic to be mirrored over the cluster link, i.e.
|
String |
toString() |
public NewTopicMirror(String linkName, String mirrorTopic)
linkName
- the name of the cluster link over which the topic will mirror frommirrorTopic
- the name of the topic to be mirrored over the cluster link