Uses of Class
de.iip_ecosphere.platform.services.environment.AbstractProcessService
-
Packages that use AbstractProcessService Package Description de.iip_ecosphere.platform.services.environment Implementation. -
-
Uses of AbstractProcessService in de.iip_ecosphere.platform.services.environment
Subclasses of AbstractProcessService in de.iip_ecosphere.platform.services.environment Modifier and Type Class Description classAbstractRestProcessService<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.classAbstractStringProcessService<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.
-