public class PrintedInternal<K,V> extends Printed<K,V>
label, mapper, outputStream
Constructor and Description |
---|
PrintedInternal(Printed<K,V> printed) |
Modifier and Type | Method and Description |
---|---|
ProcessorSupplier<K,V> |
build(java.lang.String processorName)
Builds the
ProcessorSupplier that will be used to print the records flowing through a KStream . |
toFile, toSysOut, withKeyValueMapper, withLabel
public ProcessorSupplier<K,V> build(java.lang.String processorName)
ProcessorSupplier
that will be used to print the records flowing through a KStream
.ProcessorSupplier
to be used for printing