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 Detail

      • handle

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