Class ProtobufNativeReader<T extends com.google.protobuf.GeneratedMessageV3>
- java.lang.Object
-
- org.apache.pulsar.client.impl.schema.reader.ProtobufReader<T>
-
- org.apache.pulsar.client.impl.schema.reader.ProtobufNativeReader<T>
-
- All Implemented Interfaces:
org.apache.pulsar.client.api.schema.SchemaReader<T>
public class ProtobufNativeReader<T extends com.google.protobuf.GeneratedMessageV3> extends ProtobufReader<T>
-
-
Constructor Summary
Constructors Constructor Description ProtobufNativeReader(T protoMessageInstance)
-
Method Summary
-
Methods inherited from class org.apache.pulsar.client.impl.schema.reader.ProtobufReader
read, read
-
-
-
-
Constructor Detail
-
ProtobufNativeReader
public ProtobufNativeReader(T protoMessageInstance)
-
-