Interface TopologyDescription.Source

All Superinterfaces:
TopologyDescription.Node
Enclosing interface:
TopologyDescription

public static interface TopologyDescription.Source
extends TopologyDescription.Node
A source node of a topology.
  • Method Details

    • topicSet

      Set<String> topicSet()
      The topic names this source node is reading from.
      Returns:
      a set of topic names
    • topicPattern

      Pattern topicPattern()
      The pattern used to match topic names that is reading from.
      Returns:
      the pattern used to match topic names