Uses of Class
io.vertx.kafka.admin.ConsumerGroupListing
-
Packages that use ConsumerGroupListing Package Description io.vertx.kafka.admin -
-
Uses of ConsumerGroupListing in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ConsumerGroupListing Modifier and Type Method Description ConsumerGroupListingConsumerGroupListing. setGroupId(String groupId)Set the consumer group idConsumerGroupListingConsumerGroupListing. setSimpleConsumerGroup(boolean isSimpleConsumerGroup)Set if consumer group is simple or notMethods in io.vertx.kafka.admin that return types with arguments of type ConsumerGroupListing Modifier and Type Method Description Future<List<ConsumerGroupListing>>KafkaAdminClient. listConsumerGroups()Get the the consumer groups available in the cluster with the default options
-