Interface OverviewContributor
- 
- All Known Implementing Classes:
 PerspectiveOverviewContributor,ReportOverviewContributor
public interface OverviewContributorAn 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
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.Iterable<ConnectionsEntry>getConnectionsEntries(GatewayContext context)default java.lang.Iterable<CriticalProblemDetector>getCriticalProblemDetectors()default java.lang.Iterable<SystemsEntry>getSystemsEntries(GatewayContext context) 
 - 
 
- 
- 
Method Detail
- 
getCriticalProblemDetectors
default java.lang.Iterable<CriticalProblemDetector> getCriticalProblemDetectors()
 
- 
getSystemsEntries
default java.lang.Iterable<SystemsEntry> getSystemsEntries(GatewayContext context)
 
- 
getConnectionsEntries
default java.lang.Iterable<ConnectionsEntry> getConnectionsEntries(GatewayContext context)
 
 - 
 
 -