Class ProtobufNativeReader<T extends com.google.protobuf.GeneratedMessageV3>

  • 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.pulsar.client.api.schema.SchemaReader

        getNativeSchema, read, read, read, setSchemaInfoProvider
    • Constructor Detail

      • ProtobufNativeReader

        public ProtobufNativeReader​(T protoMessageInstance)