Interface IncomingKafkaCloudEventMetadata<K,​T>

    • Field Detail

      • CE_KAFKA_KEY

        static final String CE_KAFKA_KEY
        Extension - attribute name associated with the record's key. Defined in the Kafka Protocol Binding for Cloud Events
        See Also:
        Constant Field Values
      • CE_KAFKA_TOPIC

        static final String CE_KAFKA_TOPIC
        Extension - attribute name associated with the record's topic.
        See Also:
        Constant Field Values
    • Method Detail

      • getKey

        default K getKey()
        Returns:
        the record's key, @{code null} if none
      • getTopic

        default String getTopic()
        Returns:
        the topic