@InterfaceStability.Evolving public class ListConsumerGroupsResult extends Object
Admin.listConsumerGroups() call.
 
 The API of this class is evolving, see Admin for details.
| Modifier and Type | Method and Description | 
|---|---|
KafkaFuture<Collection<ConsumerGroupListing>> | 
all()
Returns a future that yields either an exception, or the full set of consumer group
 listings. 
 | 
KafkaFuture<Collection<Throwable>> | 
errors()
Returns a future which yields just the errors which occurred. 
 | 
KafkaFuture<Collection<ConsumerGroupListing>> | 
valid()
Returns a future which yields just the valid listings. 
 | 
public KafkaFuture<Collection<ConsumerGroupListing>> all()
public KafkaFuture<Collection<ConsumerGroupListing>> valid()
public KafkaFuture<Collection<Throwable>> errors()