Class DynamicOutputFromStream

java.lang.Object
org.aksw.vshell.registry.OutputBase
org.aksw.vshell.registry.DynamicOutputFromStream
All Implemented Interfaces:
Closeable, AutoCloseable, DynamicOutput, Output

public class DynamicOutputFromStream extends OutputBase implements DynamicOutput
Dynamically add a pipe that other processes can write to. Note right now an upgrade to a pipe sends all writes to the pipe. Actually we can still write directly to the sink. The point is, that the pipe acts as an additional endpoint for writing to the actual output stream.