Package io.factorhouse.kpow
Class StreamsRegistry.StreamsAgent
- java.lang.Object
-
- io.factorhouse.kpow.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Returns the unique identifier of the registered Kafka Streams application.
-