While writing to stdout is possible with print, opening/reading stdin is not possible with flux.
Therefore I suggest (inspired by a chat discussion with @blackwinter ) to introduce open-stdin as Flux module.
There already exists a java class for this, which cannot be used in a Flux yet:
https://github.com/metafacture/metafacture-core/blob/master/metafacture-io/src/main/java/org/metafacture/io/StdInOpener.java
While writing to
stdoutis possible with print, opening/readingstdinis not possible with flux.Therefore I suggest (inspired by a chat discussion with @blackwinter ) to introduce
open-stdinas Flux module.There already exists a java class for this, which cannot be used in a Flux yet:
https://github.com/metafacture/metafacture-core/blob/master/metafacture-io/src/main/java/org/metafacture/io/StdInOpener.java