接口 GenericObject

所有已知子接口:
GenericRecord

public interface GenericObject
This is an abstraction over the logical value that is store into a Message. Pulsar decodes the payload of the Message using the Schema that is configured for the topic.
  • 方法概要

    修饰符和类型
    方法
    说明
    Return the internal native representation of the Object, like a AVRO GenericRecord, a String or a byte[].
    Return the schema tyoe.