Uses of Class
io.vertx.kafka.admin.ListOffsetsResultInfo
Packages that use ListOffsetsResultInfo
-
Uses of ListOffsetsResultInfo in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ListOffsetsResultInfoModifier and TypeMethodDescriptionListOffsetsResultInfo.setLeaderEpoch(Integer leaderEpoch) Set the leader epochListOffsetsResultInfo.setOffset(long offset) Set the offsetListOffsetsResultInfo.setTimestamp(long timestamp) Set the timestampMethods in io.vertx.kafka.admin that return types with arguments of type ListOffsetsResultInfoModifier and TypeMethodDescriptionKafkaAdminClient.listOffsets(Map<TopicPartition, OffsetSpec> topicPartitionOffsets) Likebut returns ainvalid @link
#listOffsets(Map<TopicPartition, OffsetSpec>, Handler)Futureof the asynchronous resultMethod parameters in io.vertx.kafka.admin with type arguments of type ListOffsetsResultInfoModifier and TypeMethodDescriptionvoidKafkaAdminClient.listOffsets(Map<TopicPartition, OffsetSpec> topicPartitionOffsets, Handler<AsyncResult<Map<TopicPartition, ListOffsetsResultInfo>>> completionHandler) List the offsets available for a set of partitions.