Class HealthCheckResponseProviderImpl

  • All Implemented Interfaces:
    org.eclipse.microprofile.health.spi.HealthCheckResponseProvider

    public class HealthCheckResponseProviderImpl
    extends Object
    implements org.eclipse.microprofile.health.spi.HealthCheckResponseProvider
    An implementation of HealthCheckResponseProvider which does not rely on any particular java-to-json mapping strategy.
    • Constructor Detail

      • HealthCheckResponseProviderImpl

        public HealthCheckResponseProviderImpl()
    • Method Detail

      • createResponseBuilder

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