Class JavalinHealthRouteProvider

java.lang.Object
com.kingsrook.qqq.middleware.health.JavalinHealthRouteProvider
All Implemented Interfaces:
QJavalinRouteProviderInterface

public class JavalinHealthRouteProvider extends Object implements QJavalinRouteProviderInterface
Javalin route provider for health check endpoints. This provider: - Registers the /health endpoint (or custom path) - Executes all configured health indicators - Returns JSON response with overall status - Sets appropriate HTTP status code (200 for UP, 503 for DOWN)
  • Constructor Details

    • JavalinHealthRouteProvider

      public JavalinHealthRouteProvider()
  • Method Details