Class ContextualFixedKeyProcessor<KIn,VIn,VOut>

java.lang.Object
org.apache.kafka.streams.processor.api.ContextualFixedKeyProcessor<KIn,VIn,VOut>
Type Parameters:
KIn - the type of input keys
VIn - the type of input values
VOut - the type of output values
All Implemented Interfaces:
FixedKeyProcessor<KIn,VIn,VOut>

public abstract class ContextualFixedKeyProcessor<KIn,VIn,VOut> extends Object implements FixedKeyProcessor<KIn,VIn,VOut>
An abstract implementation of FixedKeyProcessor that manages the FixedKeyProcessorContext instance and provides default no-op implementation of FixedKeyProcessor.close().