Class ProtobufReader<T extends com.google.protobuf.GeneratedMessageV3>
- java.lang.Object
-
- org.apache.pulsar.client.impl.schema.reader.ProtobufReader<T>
-
- All Implemented Interfaces:
org.apache.pulsar.client.api.schema.SchemaReader<T>
- Direct Known Subclasses:
ProtobufNativeReader
public class ProtobufReader<T extends com.google.protobuf.GeneratedMessageV3> extends java.lang.Object implements org.apache.pulsar.client.api.schema.SchemaReader<T>
-
-
Constructor Summary
Constructors Constructor Description ProtobufReader(T protoMessageInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tread(byte[] bytes, int offset, int length)Tread(java.io.InputStream inputStream)
-