Uses of Interface
org.nuxeo.lib.stream.codec.AvroSchemaStore
-
Packages that use AvroSchemaStore Package Description org.nuxeo.ecm.restapi.server.jaxrs.management org.nuxeo.lib.stream.codec org.nuxeo.lib.stream.tools.renderer org.nuxeo.runtime.avro -
-
Uses of AvroSchemaStore in org.nuxeo.ecm.restapi.server.jaxrs.management
Fields in org.nuxeo.ecm.restapi.server.jaxrs.management declared as AvroSchemaStore Modifier and Type Field Description protected AvroSchemaStore
SseRenderer. schemaStore
-
Uses of AvroSchemaStore in org.nuxeo.lib.stream.codec
Classes in org.nuxeo.lib.stream.codec that implement AvroSchemaStore Modifier and Type Class Description class
FileAvroSchemaStore
Very simple SchemaStore that uses a file storage to persists its schemas.Constructors in org.nuxeo.lib.stream.codec with parameters of type AvroSchemaStore Constructor Description AvroMessageCodec(Class<T> messageClass, AvroSchemaStore store)
-
Uses of AvroSchemaStore in org.nuxeo.lib.stream.tools.renderer
Methods in org.nuxeo.lib.stream.tools.renderer with parameters of type AvroSchemaStore Modifier and Type Method Description protected String
Renderer. renderAvroMessage(AvroSchemaStore store, Record record)
protected String
Renderer. tryToRenderAvroData(AvroSchemaStore store, Record record)
-
Uses of AvroSchemaStore in org.nuxeo.runtime.avro
Fields in org.nuxeo.runtime.avro declared as AvroSchemaStore Modifier and Type Field Description protected AvroSchemaStore
AvroServiceImpl. schemaStore
Methods in org.nuxeo.runtime.avro that return AvroSchemaStore Modifier and Type Method Description AvroSchemaStore
AvroService. getSchemaStore()
Gets the Schema storeAvroSchemaStore
AvroServiceImpl. getSchemaStore()
-