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

org.http4k.connect.kafka.schemaregistry.model.SchemaId.kt Maven / Gradle / Ivy

package org.http4k.connect.kafka.schemaregistry.model

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

class SchemaId private constructor(value: Int) : IntValue(value) {
    companion object : IntValueFactory(::SchemaId, 0.minValue)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy