Class ResponseErrorLivenessCheck

  • All Implemented Interfaces:
    LivenessCheck, org.eclipse.microprofile.health.HealthCheck

    @ApplicationScoped
    @Liveness
    @Default
    public class ResponseErrorLivenessCheck
    extends AbstractErrorCounterHealthCheck
    implements org.eclipse.microprofile.health.HealthCheck, LivenessCheck
    Author:
    Jakub Senko 'jsenko@redhat.com'
    • Constructor Detail

      • ResponseErrorLivenessCheck

        public ResponseErrorLivenessCheck()
    • Method Detail

      • call

        public org.eclipse.microprofile.health.HealthCheckResponse call()
        Specified by:
        call in interface org.eclipse.microprofile.health.HealthCheck