| Interface | Description |
|---|---|
| HealthService<T> |
An interface which can be used to track the health of any service
You can add a set of monitors, and a general health will be tracked by
|
| Class | Description |
|---|---|
| ServiceHealthAggregator |
This is a simple
HealthService implementation,
which can be used to register a set of IsolatedHealthMonitors and get an aggregated health of the service. |
| TimeEntity |
A simple time unit wrapper for any task, with initialDelay, interval and unit
|
Copyright © 2015–2023. All rights reserved.