Interface SchemaVersionFetcher

All Known Subinterfaces:
SchemaRegistryClient
All Known Implementing Classes:
CachedSchemaRegistryClient, MockSchemaRegistryClient

public interface SchemaVersionFetcher
  • Method Summary

    Modifier and Type
    Method
    Description
    getByVersion(String subject, int version, boolean lookupDeletedSchema)
     
     
  • Method Details

    • tenant

      String tenant()
    • getByVersion

      Schema getByVersion(String subject, int version, boolean lookupDeletedSchema)