Uses of Class
io.vertx.kafka.admin.OffsetSpec
Packages that use OffsetSpec
-
Uses of OffsetSpec in io.vertx.kafka.admin
Fields in io.vertx.kafka.admin declared as OffsetSpecModifier and TypeFieldDescriptionstatic final OffsetSpecOffsetSpec.EARLIESTstatic final OffsetSpecOffsetSpec.LATESTMethods in io.vertx.kafka.admin that return OffsetSpecModifier and TypeMethodDescriptionOffsetSpec.setSpec(long spec) Set the offset specstatic final OffsetSpecOffsetSpec.TIMESTAMP(long timestamp) Method parameters in io.vertx.kafka.admin with type arguments of type OffsetSpecModifier and TypeMethodDescriptionKafkaAdminClient.listOffsets(Map<TopicPartition, OffsetSpec> topicPartitionOffsets) Likebut returns ainvalid @link
#listOffsets(Map<TopicPartition, OffsetSpec>, Handler)Futureof the asynchronous resultvoidKafkaAdminClient.listOffsets(Map<TopicPartition, OffsetSpec> topicPartitionOffsets, Handler<AsyncResult<Map<TopicPartition, ListOffsetsResultInfo>>> completionHandler) List the offsets available for a set of partitions.