Interface HealthStatusReportLocator

    • Method Detail

      • getAvailableReports

        @NotNull
        Collection<HealthStatusReport> getAvailableReports()
        Gets all registered reports with correctly declared categories.
      • findReportByType

        @Nullable
        HealthStatusReport findReportByType​(@NotNull
                                            String type)
        Finds report in available reports collection.