Interface OverviewContributor
- All Known Implementing Classes:
PerspectiveOverviewContributor,ReportOverviewContributor
public interface OverviewContributor
An overview contributor contributes meta data to power various parts of the status section's Systems/Overview
page. Modules may provide their own OverviewContributor by implementing the getStatusOverviewContributor() method
in their hook class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Iterable<ConnectionsEntry>getConnectionsEntries(GatewayContext context) default Iterable<CriticalProblemDetector>default Iterable<SystemsEntry>getSystemsEntries(GatewayContext context)
-
Method Details
-
getCriticalProblemDetectors
-
getSystemsEntries
-
getConnectionsEntries
-