Interface Codec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Name identifying the Codec Type.-
Methods inherited from interface io.pravega.schemaregistry.serializer.shared.codec.Encoder
encode, getCodecType
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
Name identifying the Codec Type. This name should be same as theCodecType.getName()that is registered for the group in schema registry service. The deserializers will find the decoder for the encoded data fromEncodingInfo.getCodecType()by matching the name.- Returns:
- Name of the codec.
-
-