vertx / io.vertx.kotlin.kafka.client.consumer / OffsetAndTimestamp

OffsetAndTimestamp

fun OffsetAndTimestamp(offset: Long? = null, timestamp: Long? = null): OffsetAndTimestamp

A function providing a DSL for building io.vertx.kafka.client.consumer.OffsetAndTimestamp objects.

Represent information related to a Offset with timestamp information

Parameters

offset - Set the offset

timestamp - Set the timestamp