
com.datawizards.dmg.repository.AvroSchemaRegistryRepository.scala Maven / Gradle / Ivy
The newest version!
package com.datawizards.dmg.repository
trait AvroSchemaRegistryRepository {
def registerSchema(subject: String, schema: String): Unit
def subjects(): Iterable[String]
def fetchSchema(subject: String, version: String): String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy