Class 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 java.lang.Object
    Container object for SpEL evaluation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.kafka.streams.processor.ProcessorContext getContext()  
      K getKey()  
      V getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getContext

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

        public K getKey()
      • getValue

        public V getValue()