Class HealthCheckResponseProvider

java.lang.Object
alpine.server.health.HealthCheckResponseProvider
All Implemented Interfaces:
org.eclipse.microprofile.health.spi.HealthCheckResponseProvider

public class HealthCheckResponseProvider extends Object implements org.eclipse.microprofile.health.spi.HealthCheckResponseProvider
Implementation of the MicroProfile Health SPI.
Since:
2.3.0
See Also:
  • Constructor Details

    • HealthCheckResponseProvider

      public HealthCheckResponseProvider()
  • Method Details

    • createResponseBuilder

      public org.eclipse.microprofile.health.HealthCheckResponseBuilder createResponseBuilder()
      Specified by:
      createResponseBuilder in interface org.eclipse.microprofile.health.spi.HealthCheckResponseProvider