Class ServiceLivenessCheck

java.lang.Object
eu.getmangos.rest.health.ServiceLivenessCheck
All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck

@Liveness
@ApplicationScoped
public class ServiceLivenessCheck
extends Object
implements org.eclipse.microprofile.health.HealthCheck
  • Constructor Details

  • Method Details

    • call

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