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