Class TrustbrokerHealthIndicator

java.lang.Object
swiss.trustbroker.monitoring.service.TrustbrokerHealthIndicator
All Implemented Interfaces:
org.springframework.boot.health.contributor.HealthContributor, org.springframework.boot.health.contributor.HealthIndicator
Direct Known Subclasses:
StateCacheHealthIndicator

public abstract class TrustbrokerHealthIndicator extends Object implements org.springframework.boot.health.contributor.HealthIndicator
  • Constructor Details

    • TrustbrokerHealthIndicator

      public TrustbrokerHealthIndicator()
  • Method Details

    • pingBackend

      public abstract boolean pingBackend()
    • getBackendName

      public abstract String getBackendName()
    • health

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