Class OperatonHealthCheck

java.lang.Object
org.operaton.bpm.quarkus.engine.extension.OperatonHealthCheck
All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck

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

    • OperatonHealthCheck

      public OperatonHealthCheck()
  • Method Details

    • call

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