Package org.operaton.bpm.engine.health
Interface FrontendHealthContributor
public interface FrontendHealthContributor
SPI to contribute frontend (webapps) related health information.
- Since:
- 2.1
- Author:
- Tomasz Korcz
-
Method Summary
Modifier and TypeMethodDescriptionProvide frontend-related health details.
-
Method Details
-
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)
-