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

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

package org.http4k.connect.kafka.rest.model

import dev.forkhandles.values.IntValue
import dev.forkhandles.values.IntValueFactory

class PartitionId private constructor(override val value: Int) : IntValue(value) {
    companion object : IntValueFactory(::PartitionId)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy