Class StreamsGroupSubtopologyData
java.lang.Object
io.confluent.kafkarest.entities.v3.Resource
io.confluent.kafkarest.entities.v3.StreamsGroupSubtopologyData
public abstract class StreamsGroupSubtopologyData
extends io.confluent.kafkarest.entities.v3.Resource
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.confluent.kafkarest.entities.v3.Resource
io.confluent.kafkarest.entities.v3.Resource.Metadata, io.confluent.kafkarest.entities.v3.Resource.Relationship -
Method Summary
Modifier and TypeMethodDescriptionbuilder()fromStreamsGroupSubtopology(StreamsGroupSubtopology subtopology, String streamsGroupId) fromSubtopology(StreamsGroupSubtopology subtopology) abstract Stringabstract com.google.common.collect.ImmutableList<String> abstract Stringabstract StringMethods inherited from class io.confluent.kafkarest.entities.v3.Resource
getKind, getMetadata
-
Method Details
-
getClusterId
-
getStreamsGroupId
-
getSubtopologyId
-
getSourceTopics
-
builder
-
fromSubtopology
public static StreamsGroupSubtopologyData.Builder fromSubtopology(StreamsGroupSubtopology subtopology) -
fromStreamsGroupSubtopology
public static StreamsGroupSubtopologyData.Builder fromStreamsGroupSubtopology(StreamsGroupSubtopology subtopology, String streamsGroupId)
-