-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
close() |
void |
flush() |
void |
send(T item) |
-
-
Constructor Detail
-
SinkPrint
public SinkPrint()
-
Method Detail
-
send
public void send(T item)
- Specified by:
send
in interface Sink<T>
-
flush
public void flush()
- Specified by:
flush
in interface Sink<T>
Licenced under the Apache License, Version 2.0