Package | Description |
---|---|
sirius.kernel.health |
Provides tools to record the system state and to log and handle exceptions.
|
Modifier and Type | Field and Description |
---|---|
protected List<Incident> |
MemoryBasedHealthMonitor.incidents |
Modifier and Type | Method and Description |
---|---|
List<Incident> |
MemoryBasedHealthMonitor.getIncidents()
Contains all recorded incidents.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryBasedHealthMonitor.handle(Incident incident) |
void |
ExceptionHandler.handle(Incident incident)
Invoked to handle the given exception.
|
Copyright © 2018. All rights reserved.