Class PrintedInternal<K,V>
- java.lang.Object
-
- org.apache.kafka.streams.kstream.Printed<K,V>
-
- org.apache.kafka.streams.kstream.internals.PrintedInternal<K,V>
-
public class PrintedInternal<K,V> extends Printed<K,V>
-
-
Field Summary
-
Fields inherited from class org.apache.kafka.streams.kstream.Printed
label, mapper, outputStream
-
-
Constructor Summary
Constructors Constructor Description PrintedInternal(Printed<K,V> printed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessorSupplier<K,V>
build(java.lang.String processorName)
Builds theProcessorSupplier
that will be used to print the records flowing through aKStream
.-
Methods inherited from class org.apache.kafka.streams.kstream.Printed
toFile, toSysOut, withKeyValueMapper, withLabel
-
-
-
-
Method Detail
-
build
public ProcessorSupplier<K,V> build(java.lang.String processorName)
Builds theProcessorSupplier
that will be used to print the records flowing through aKStream
.- Returns:
- the
ProcessorSupplier
to be used for printing
-
-