Package org.apache.kafka.streams
Interface TopologyDescription.Source
- All Superinterfaces:
- TopologyDescription.Node
- Enclosing interface:
- TopologyDescription
A source node of a topology.
- 
Method SummaryModifier and TypeMethodDescriptionThe pattern used to match topic names that is reading from.topicSet()The topic names this source node is reading from.Methods inherited from interface org.apache.kafka.streams.TopologyDescription.Nodename, predecessors, successors
- 
Method Details- 
topicSetThe topic names this source node is reading from.- Returns:
- a set of topic names
 
- 
topicPatternPattern topicPattern()The pattern used to match topic names that is reading from.- Returns:
- the pattern used to match topic names
 
 
-