Uses of Class
io.vertx.kafka.admin.ConsumerGroupListing
-
Packages that use ConsumerGroupListing Package Description io.vertx.kafka.admin io.vertx.reactivex.kafka.admin io.vertx.rxjava3.kafka.admin -
-
Uses of ConsumerGroupListing in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ConsumerGroupListing Modifier and Type Method Description ConsumerGroupListing
ConsumerGroupListing. setGroupId(String groupId)
Set the consumer group idConsumerGroupListing
ConsumerGroupListing. 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 -
Uses of ConsumerGroupListing in io.vertx.reactivex.kafka.admin
Methods in io.vertx.reactivex.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 optionsSingle<List<ConsumerGroupListing>>
KafkaAdminClient. 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 ConsumerGroupListing Modifier and Type Method Description Single<List<ConsumerGroupListing>>
KafkaAdminClient. listConsumerGroups()
Get the the consumer groups available in the cluster with the default optionsSingle<List<ConsumerGroupListing>>
KafkaAdminClient. rxListConsumerGroups()
Get the the consumer groups available in the cluster with the default options
-