Class KStreamPrint<K,V>
- java.lang.Object
-
- org.apache.kafka.streams.kstream.internals.KStreamPrint<K,V>
-
- All Implemented Interfaces:
ConnectedStoreProvider,ProcessorSupplier<K,V>
public class KStreamPrint<K,V> extends java.lang.Object implements ProcessorSupplier<K,V>
-
-
Constructor Summary
Constructors Constructor Description KStreamPrint(ForeachAction<K,V> action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Processor<K,V>get()Return a newProcessorinstance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.kafka.streams.processor.ConnectedStoreProvider
stores
-
-
-
-
Constructor Detail
-
KStreamPrint
public KStreamPrint(ForeachAction<K,V> action)
-
-
Method Detail
-
get
public Processor<K,V> get()
Description copied from interface:ProcessorSupplierReturn a newProcessorinstance.- Specified by:
getin interfaceProcessorSupplier<K,V>- Returns:
- a new
Processorinstance
-
-