Class HeaderEnricher.Container<K,V>

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

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

    • getContext

      public org.apache.kafka.streams.processor.ProcessorContext getContext()
    • getKey

      public K getKey()
    • getValue

      public V getValue()