Class ParallelStreamProcessor.ConsumeProduceResult<K,​V,​KK,​VV>

java.lang.Object
io.confluent.parallelconsumer.ParallelStreamProcessor.ConsumeProduceResult<K,​V,​KK,​VV>
Type Parameters:
K - in key
V - in value
KK - out key
VV - out value
Enclosing interface:
ParallelStreamProcessor<K,​V>

public static class ParallelStreamProcessor.ConsumeProduceResult<K,​V,​KK,​VV>
extends Object
A simple triple structure to capture the set of coinciding data.
  • the record consumer
  • any producer record produced as a result of it's processing
  • the metadata for publishing that record