Class ProtobufReader<T extends com.google.protobuf.GeneratedMessageV3>
java.lang.Object
org.apache.pulsar.client.impl.schema.reader.ProtobufReader<T>
- All Implemented Interfaces:
SchemaReader<T>
- Direct Known Subclasses:
ProtobufNativeReader
public class ProtobufReader<T extends com.google.protobuf.GeneratedMessageV3>
extends Object
implements SchemaReader<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(byte[] bytes, int offset, int length) read(InputStream inputStream) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.client.api.schema.SchemaReader
getNativeSchema, read, read, read, setSchemaInfoProvider
-
Constructor Details
-
ProtobufReader
-
-
Method Details
-
read
- Specified by:
readin interfaceSchemaReader<T extends com.google.protobuf.GeneratedMessageV3>
-
read
- Specified by:
readin interfaceSchemaReader<T extends com.google.protobuf.GeneratedMessageV3>
-