Interface AbstractPythonProcessService.InputHandler
- Enclosing class:
AbstractPythonProcessService
protected static interface AbstractPythonProcessService.InputHandler
Defines a function that handles "parsed" input, split into type and serialized data.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
handle
Handles input.- Parameters:
type- the typedata- the data- Returns:
truefor continue reading lines,falseelse- Throws:
IOException- in case that data cannot be translated/processed
-