Uses of Interface
de.iip_ecosphere.platform.services.environment.MonitoringService
Packages that use MonitoringService
-
Uses of MonitoringService in de.iip_ecosphere.platform.services.environment
Subinterfaces of MonitoringService in de.iip_ecosphere.platform.services.environmentModifier and TypeInterfaceDescriptioninterfaceSpecialized monitoring service that is automatically updated with theMetricsProvider.Classes in de.iip_ecosphere.platform.services.environment that implement MonitoringServiceModifier and TypeClassDescriptionclassAbstractProcessService<I,SI, SO, O> Implements an abstract asynchronous process-based service for a single pair of input-output types.classImplements 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.classImplements 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.