Class StreamsRegistry.StreamsAgent

  • Enclosing class:
    StreamsRegistry

    public static class StreamsRegistry.StreamsAgent
    extends Object
    Represents an agent for a registered Kafka Streams application. Provides the unique identifier of the registered application.
    • Method Detail

      • getId

        public String getId()
        Returns the unique identifier of the registered Kafka Streams application.
        Returns:
        the identifier as a String.