Uses of Interface
de.iip_ecosphere.platform.services.environment.MonitoringService
-
Packages that use MonitoringService Package Description de.iip_ecosphere.platform.services.environment Implementation. -
-
Uses of MonitoringService in de.iip_ecosphere.platform.services.environment
Subinterfaces of MonitoringService in de.iip_ecosphere.platform.services.environment Modifier and Type Interface Description interfaceUpdatingMonitoringServiceSpecialized monitoring service that is automatically updated with theMetricsProvider.Classes in de.iip_ecosphere.platform.services.environment that implement MonitoringService Modifier and Type Class Description classAbstractProcessService<I,SI,SO,O>Implements an abstract asynchronous process-based service for a single pair of input-output types.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.
-