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 |
AbstractRunnablesService |
A basic service that holds and stops runnables.
|
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 |
ConnectorServiceWrapper<O,I,CO,CI> |
Wraps a connector into a service.
|
class |
DefaultServiceImpl |
Default service implementation realizing the left open methods of AbstractService empty.
|
class |
FamilyServiceStub |
Family service implementations are supposed to delegate their operations to the (alternative) active family member.
|
class |
MockingConnectorServiceWrapper<O,I,CO,CI> |
|
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.
|