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