Processor<K, V> get()
KStreamTransformValues — Supplier of KStreamTransformValuesProcessors
KStreamTransformValues is a ProcessorSupplier that supplies KStreamTransformValuesProcessors.
KStreamTransformValues is created exclusively when KStreamImpl is requested to transform values with optional state (aka stateful record-by-record value transformation).
KStreamTransformValues takes a InternalValueTransformerWithKeySupplier when created.
get Method
|
Note
|
get is part of ProcessorSupplier Contract to supply a stream processor.
|
get…FIXME