public interface ApplicationStatusAggregator
| Modifier and Type | Method and Description |
|---|---|
ApplicationStatus |
aggregatedStatus()
Aggregate and return the current
ApplicationStatus from all
registered StatusDetailIndicators. |
default void |
update()
Optionally implement an update method, that is used to explicitly update a
cached ApplicationStatus.
|
ApplicationStatus aggregatedStatus()
ApplicationStatus from all
registered StatusDetailIndicators.default void update()
Scheduler.