Uses of Class
io.vertx.kafka.admin.ConsumerGroupListing
Packages that use ConsumerGroupListing
-
Uses of ConsumerGroupListing in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ConsumerGroupListingModifier and TypeMethodDescriptionConsumerGroupListing.setGroupId(String groupId) Set the consumer group idConsumerGroupListing.setSimpleConsumerGroup(boolean isSimpleConsumerGroup) Set if consumer group is simple or notMethods in io.vertx.kafka.admin that return types with arguments of type ConsumerGroupListingModifier and TypeMethodDescriptionio.vertx.core.Future<List<ConsumerGroupListing>>KafkaAdminClient.listConsumerGroups()LikeKafkaAdminClient.listConsumerGroups(Handler)but returns aFutureof the asynchronous resultMethod parameters in io.vertx.kafka.admin with type arguments of type ConsumerGroupListingModifier and TypeMethodDescriptionvoidKafkaAdminClient.listConsumerGroups(io.vertx.core.Handler<io.vertx.core.AsyncResult<List<ConsumerGroupListing>>> completionHandler) Get the the consumer groups available in the cluster with the default options