Class HeaderEnricherProcessor.Container<K,V>

java.lang.Object
org.springframework.kafka.streams.HeaderEnricherProcessor.Container<K,V>
Type Parameters:
K - the key type.
V - the value type.
Enclosing class:
HeaderEnricherProcessor<K,V>

public static final class HeaderEnricherProcessor.Container<K,V> extends Object
Container object for SpEL evaluation.
  • Method Details

    • getContext

      public org.apache.kafka.streams.processor.api.ProcessorContext<K,V> getContext()
    • getKey

      public K getKey()
    • getValue

      public V getValue()
    • getRecord

      public org.apache.kafka.streams.processor.api.Record<K,V> getRecord()