Interface RecordWithEncryptionContext<T>

All Superinterfaces:
Record<T>
All Known Implementing Classes:
PulsarRecord

public interface RecordWithEncryptionContext<T> extends Record<T>
  • Method Details

    • getEncryptionCtx

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