Interface ProcessDryRunProcessStream
-
public interface ProcessDryRunProcessStreamStream for dry configuration. Responds data which should be put in specified stream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getData()Data to put in stream.ProcessStandardStreamgetStream()Dry run stream.
-
-
-
Method Detail
-
getStream
ProcessStandardStream getStream()
Dry run stream.- Returns:
- Returns dry run process stream.
-
getData
byte[] getData()
Data to put in stream.- Returns:
- returns byte buffer to put to stream
-
-