All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.connect.kafka.rest.model.ConsumerRequestTimeout.kt Maven / Gradle / Ivy

There is a newer version: 5.35.3.0
Show newest version
package org.http4k.connect.kafka.rest.model

import dev.forkhandles.values.DurationValue
import dev.forkhandles.values.DurationValueFactory
import java.time.Duration

class ConsumerRequestTimeout private constructor(override val value: Duration) : DurationValue(value) {
    companion object : DurationValueFactory(::ConsumerRequestTimeout)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy