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

    Modifier and Type
    Method
    Description
    boolean
    handle(String type, String data)
    Handles input.
  • Method Details

    • handle

      boolean handle(String type, String data) throws IOException
      Handles input.
      Parameters:
      type - the type
      data - the data
      Returns:
      true for continue reading lines, false else
      Throws:
      IOException - in case that data cannot be translated/processed