Interface FrontendHealthContributor


public interface FrontendHealthContributor
SPI to contribute frontend (webapps) related health information.
Since:
2.1
Author:
Tomasz Korcz
  • Method Summary

    Modifier and Type
    Method
    Description
    Provide frontend-related health details.
  • Method Details

    • frontendDetails

      Map<String,Object> frontendDetails()
      Provide frontend-related health details. Implementations should at minimum expose an "operational" flag indicating whether the frontend is available. Example keys: - operational: boolean - path: String (application path if applicable)