接口 RecordWithEncryptionContext<T>

所有超级接口:
org.apache.pulsar.functions.api.Record<T>
所有已知实现类:
PulsarRecord

public interface RecordWithEncryptionContext<T> extends org.apache.pulsar.functions.api.Record<T>
  • 方法概要

    修饰符和类型
    方法
    说明
    Optional<org.apache.pulsar.common.api.EncryptionContext>
    Retrieves encryption-context that is attached to record.

    从接口继承的方法 org.apache.pulsar.functions.api.Record

    ack, fail, getDestinationTopic, getEventTime, getKey, getMessage, getPartitionId, getPartitionIndex, getProperties, getRecordSequence, getSchema, getTopicName, getValue
  • 方法详细资料

    • getEncryptionCtx

      Optional<org.apache.pulsar.common.api.EncryptionContext> getEncryptionCtx()
      Retrieves encryption-context that is attached to record.
      返回:
      Optional<EncryptionContext>