Interface KVRecord<K,​V>

  • All Superinterfaces:
    Record

    @Public
    @Stable
    public interface KVRecord<K,​V>
    extends Record
    key value schema record.
    • Method Detail

      • getKeySchema

        org.apache.pulsar.client.api.Schema<K> getKeySchema()
      • getValueSchema

        org.apache.pulsar.client.api.Schema<V> getValueSchema()
      • getKeyValueEncodingType

        org.apache.pulsar.common.schema.KeyValueEncodingType getKeyValueEncodingType()