Class MockProcessorContext.CapturedForward<K,V> 
java.lang.Object
org.apache.kafka.streams.processor.api.MockProcessorContext.CapturedForward<K,V> 
- Enclosing class:
 - MockProcessorContext<KForward,
VForward>  
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
CapturedForward
 - 
CapturedForward
 
 - 
 - 
Method Details
- 
childName
The child this data was forwarded to.- Returns:
 - If present, the child name the record was forwarded to. If empty, the forward was a broadcast.
 
 - 
record
The record that was forwarded.- Returns:
 - The forwarded record. Not null.
 
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -