Package org.nuxeo.lib.stream.codec
Interface AvroSchemaStore
-
- All Superinterfaces:
org.apache.avro.message.SchemaStore
- All Known Implementing Classes:
FileAvroSchemaStore
public interface AvroSchemaStore extends org.apache.avro.message.SchemaStore
An extended SchemaStore that know how to add schema.- Since:
- 10.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
addSchema(org.apache.avro.Schema schema)
Adds a schema to the store and returns its fingerprint.
-