Uses of Class
io.vertx.kafka.admin.ConsumerGroupListing
Packages that use ConsumerGroupListing
Package
Description
-
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 TypeMethodDescriptionKafkaAdminClient.listConsumerGroups()Get the the consumer groups available in the cluster with the default options -
Uses of ConsumerGroupListing in io.vertx.reactivex.kafka.admin
Methods in io.vertx.reactivex.kafka.admin that return types with arguments of type ConsumerGroupListingModifier and TypeMethodDescriptionKafkaAdminClient.listConsumerGroups()Get the the consumer groups available in the cluster with the default optionsKafkaAdminClient.rxListConsumerGroups()Get the the consumer groups available in the cluster with the default options -
Uses of ConsumerGroupListing in io.vertx.rxjava3.kafka.admin
Methods in io.vertx.rxjava3.kafka.admin that return types with arguments of type ConsumerGroupListingModifier and TypeMethodDescriptionKafkaAdminClient.listConsumerGroups()Get the the consumer groups available in the cluster with the default optionsKafkaAdminClient.rxListConsumerGroups()Get the the consumer groups available in the cluster with the default options