Class DescribeClassicGroupsResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeClassicGroupsResult
The result of the
Admin.describeClassicGroups(Collection, DescribeClassicGroupsOptions)} call. The API of this class is evolving, see Admin for details.
Constructor Summary
ConstructorsConstructorDescriptionMethod Summary
Modifier and TypeMethodDescriptionall()Return a future which yields all ClassicGroupDescription objects, if all the describes succeed.Return a map from group id to futures which yield group descriptions.
Constructor Details
DescribeClassicGroupsResult
Method Details
describedGroups
Return a map from group id to futures which yield group descriptions.all
Return a future which yields all ClassicGroupDescription objects, if all the describes succeed.