Interface TopologyDescription.Source

    • Method Detail

      • topics

        @Deprecated
        java.lang.String topics()
        Deprecated.
        use topicSet() or topicPattern() instead
        The topic names this source node is reading from.
        Returns:
        comma separated list of topic names or pattern (as String)
      • topicSet

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

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