Class StreamingProcessOutput

java.lang.Object
com.github.fracpete.processoutput4j.output.AbstractProcessOutput
com.github.fracpete.processoutput4j.output.StreamingProcessOutput
All Implemented Interfaces:
Serializable

public class StreamingProcessOutput extends AbstractProcessOutput
Streams the data into the owning StreamingProcessOwner object.
See Also:
  • Field Details

  • Constructor Details

    • StreamingProcessOutput

      public StreamingProcessOutput(StreamingProcessOwner owner)
      Initializes the process output with the specified owning object.
      Parameters:
      owner - the owning object
  • Method Details