Class PrintConsumer<T>

java.lang.Object
org.apache.storm.streams.operations.PrintConsumer<T>
Type Parameters:
T - the value type
All Implemented Interfaces:
Serializable, Consumer<T>, Operation

public class PrintConsumer<T> extends Object implements Consumer<T>
A consumer that prints the input to stdout.
See Also:
  • Constructor Details

    • PrintConsumer

      public PrintConsumer()
  • Method Details

    • accept

      public void accept(T input)
      Description copied from interface: Consumer
      Performs an operation on the given argument.
      Specified by:
      accept in interface Consumer<T>
      Parameters:
      input - the input