Class KStreamTransformValues<K,V,R>
- java.lang.Object
-
- org.apache.kafka.streams.kstream.internals.KStreamTransformValues<K,V,R>
-
- All Implemented Interfaces:
ProcessorSupplier<K,V>
public class KStreamTransformValues<K,V,R> extends java.lang.Object implements ProcessorSupplier<K,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KStreamTransformValues.KStreamTransformValuesProcessor<K,V,R>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Processor<K,V>
get()
Return a newProcessor
instance.
-
-
-
Method Detail
-
get
public Processor<K,V> get()
Description copied from interface:ProcessorSupplier
Return a newProcessor
instance.- Specified by:
get
in interfaceProcessorSupplier<K,V>
- Returns:
- a new
Processor
instance
-
-