Class AbstractChannelHealthIndicator

  • All Implemented Interfaces:
    org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator
    Direct Known Subclasses:
    FixedChannelHealthIndicator, StartupHealthIndicator

    public abstract class AbstractChannelHealthIndicator
    extends java.lang.Object
    implements org.springframework.boot.actuate.health.HealthIndicator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long TEN_SECONDS  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractChannelHealthIndicator​(java.util.Set<java.lang.String> allChannels)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.actuate.health.Health health()  
      void on​(de.otto.synapse.info.MessageReceiverNotification notification)  
      • 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

      • AbstractChannelHealthIndicator

        protected AbstractChannelHealthIndicator​(java.util.Set<java.lang.String> allChannels)
    • Method Detail

      • on

        @EventListener
        public void on​(de.otto.synapse.info.MessageReceiverNotification notification)
      • health

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