Package de.otto.synapse.edison.health
Class AbstractChannelHealthIndicator
java.lang.Object
de.otto.synapse.edison.health.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 Object
implements org.springframework.boot.actuate.health.HealthIndicator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Field Details
-
TEN_SECONDS
public static final long TEN_SECONDS- See Also:
-
-
Constructor Details
-
AbstractChannelHealthIndicator
-
-
Method Details
-
on
@EventListener public void on(de.otto.synapse.info.MessageReceiverNotification notification) -
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
healthin interfaceorg.springframework.boot.actuate.health.HealthIndicator
-