Class GremlinHealthIndicator

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

    @Component("gremlinHealthIndicator")
    public class GremlinHealthIndicator
    extends Object
    implements org.springframework.boot.actuate.health.HealthIndicator
    • Constructor Detail

      • GremlinHealthIndicator

        public GremlinHealthIndicator()
    • Method Detail

      • health

        public org.springframework.boot.actuate.health.Health health()
        Specified by:
        health in interface org.springframework.boot.actuate.health.HealthIndicator