class |
AbstractProcessService<I,SI,SO,O> |
Implements an abstract asynchronous process-based service for a single pair of input-output types.
|
class |
AbstractPythonProcessService |
Generic command-line-based Python integration for multiple data types.
|
class |
AbstractRestProcessService<I,O> |
Implements an abstract asynchronous process-based service which require a Rest-based communication with
the actual service process for a single pair of input-output types, e.g., via JSON.
|
class |
AbstractStringProcessService<I,O> |
Implements an abstract asynchronous process-based service which require a String-based communication with
the actual service process for a single pair of input-output types, e.g., via JSON.
|
class |
PythonAsyncProcessService |
Generic command-line-based Python integration for asynchronous processing of multiple data types.
|
class |
PythonSyncProcessService |
Generic command-line-based Python integration for multiple data types.
|