Interface JsonSchemaRegistry
- All Superinterfaces:
ConfigurableComponent,ControllerService
Represents
ControllerService strategy to expose internal and/or
integrate with external Schema Registry-
Method Summary
Modifier and TypeMethodDescriptionretrieveSchema(String schemaName) Retrieves the schema based on the provided schema nameMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.controller.ControllerService
initialize, isStateful, migrateProperties
-
Method Details
-
retrieveSchema
Retrieves the schema based on the provided schema name- Parameters:
schemaName- The name of the schema- Returns:
- the schema for the given descriptor
- Throws:
IOException- if unable to communicate with the backing storeSchemaNotFoundException- if unable to find the schema based on the given descriptor
-