| Interface | Description |
|---|---|
| Monitor | |
| MonitorInitializer | |
| MonitorService |
| Class | Description |
|---|---|
| AbstractMonitor |
An AbstractMonitor that implements common monitor logic.
|
| MonitorServiceImpl | |
| MonitorServiceImpl.CacheContainer |
A container that holds a cache of monitors of a given type with the related settings and info for that type.
|
| MonitorServiceImpl.MonitorItem |
A container object that holds a monitor together with the supplier used to generate the monitor.
|
| MonitorSettings |
A class defining settings for a monitor or monitor type.
|
| Enum | Description |
|---|---|
| MonitorErrorResponse |
An enum defining which action to perform if a
Monitor enters an error state or is discovered to be stuck. |
| MonitorState |
Represents the state of a monitor.
|