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 Summary
org.apache.kafka.streams.processor.api.ProcessorContext<K,V>
org.apache.kafka.streams.processor.api.Record<K,V>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getContext
public org.apache.kafka.streams.processor.api.ProcessorContext<K,V> getContext()
-
-
-
getRecord
public org.apache.kafka.streams.processor.api.Record<K,V> getRecord()