-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.kafka.streams.processor.api.Processor
close, init
-
-
Method Details
-
process
Process the record. Note that record metadata is undefined in cases such as a forward call from a punctuator.
- Specified by:
process
in interface Processor<K,V,Void,Void>
- Parameters:
record
- the record to process