Class SyncopeCoreHealthIndicator

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

    public class SyncopeCoreHealthIndicator
    extends Object
    implements org.springframework.boot.actuate.health.HealthIndicator
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • serviceOps

        protected final ServiceOps serviceOps
      • anonymousUser

        protected final String anonymousUser
      • anonymousKey

        protected final String anonymousKey
      • useGZIPCompression

        protected final boolean useGZIPCompression
    • Constructor Detail

      • SyncopeCoreHealthIndicator

        public SyncopeCoreHealthIndicator​(ServiceOps serviceOps,
                                          String anonymousUser,
                                          String anonymousKey,
                                          boolean useGZIPCompression)
    • Method Detail

      • health

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