Class AbstractSchemaRegistry

java.lang.Object
io.confluent.kafka.schemaregistry.storage.AbstractSchemaRegistry
All Implemented Interfaces:
SchemaVersionFetcher, SslFactory.SslFactoryCreated, SchemaRegistry
Direct Known Subclasses:
KafkaSchemaRegistry

public abstract class AbstractSchemaRegistry extends Object implements SchemaRegistry, SslFactory.SslFactoryCreated
Abstract base class for SchemaRegistry implementations that provides common state management and shared functionality.