Package org.apache.nifi.schemaregistry.services


package org.apache.nifi.schemaregistry.services
  • Class
    Description
    Represents ControllerService strategy to expose internal and/or integrate with external Schema Registry
    Represents a message name in a schema registry service, providing access to both the simple name and the namespace for message types.
    An interface for resolving message names from schema definitions and input streams.
    This acts as a data container for schema information retrieved from various schema registries.
     
    Service interface responsible for reading Schema Identifier reference information based on attributes or encoded content information
    Service interface responsible for writing Schema Identifier reference information to attributes or encoded content information
    Represents ControllerService strategy to expose internal and/or integrate with external Schema Registry
     
    Factory class for creating StandardMessageName instances from various input formats.
    Simple implementation of SchemaDefinition that holds a schema identifier, text, and references.