Class ProcessEngineHealthIndicator

  • All Implemented Interfaces:
    org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

    public class ProcessEngineHealthIndicator
    extends org.springframework.boot.actuate.health.AbstractHealthIndicator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doHealthCheck​(org.springframework.boot.actuate.health.Health.Builder builder)  
      • Methods inherited from class org.springframework.boot.actuate.health.AbstractHealthIndicator

        health
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator

        getHealth
    • Constructor Detail

      • ProcessEngineHealthIndicator

        public ProcessEngineHealthIndicator​(ProcessEngine processEngine)
    • Method Detail

      • doHealthCheck

        protected void doHealthCheck​(org.springframework.boot.actuate.health.Health.Builder builder)
                              throws java.lang.Exception
        Specified by:
        doHealthCheck in class org.springframework.boot.actuate.health.AbstractHealthIndicator
        Throws:
        java.lang.Exception