Package org.apache.kafka.clients.admin
Class DescribeStreamsGroupsResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeStreamsGroupsResult
The result of the
KafkaAdminClient.describeStreamsGroups(Collection, DescribeStreamsGroupsOptions)
} call.
The API of this class is evolving, see Admin
for details.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionall()
Return a future which yields all StreamsGroupDescription objects, if all the describes succeed.Return a map from group id to futures which yield streams group descriptions.
-
Constructor Details
-
DescribeStreamsGroupsResult
-
-
Method Details
-
describedGroups
Return a map from group id to futures which yield streams group descriptions. -
all
Return a future which yields all StreamsGroupDescription objects, if all the describes succeed.
-