Interface GenericObject

All Known Subinterfaces:
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.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the internal native representation of the Object, like a AVRO GenericRecord, a String or a byte[].
    Return the schema tyoe.