public static interface TopologyDescription.Source extends TopologyDescription.Node
Modifier and Type | Method and Description |
---|---|
java.util.regex.Pattern |
topicPattern()
The pattern used to match topic names that is reading from.
|
java.lang.String |
topics()
Deprecated.
use
topicSet() or topicPattern() instead |
java.util.Set<java.lang.String> |
topicSet()
The topic names this source node is reading from.
|
name, predecessors, successors
@Deprecated java.lang.String topics()
topicSet()
or topicPattern()
insteadjava.util.Set<java.lang.String> topicSet()
java.util.regex.Pattern topicPattern()