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 java.lang.Object implements org.springframework.boot.actuate.health.HealthIndicator
-
-
Field Summary
Fields Modifier and Type Field Description static longTEN_SECONDS
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractChannelHealthIndicator(java.util.Set<java.lang.String> allChannels)
-
-
-
Field Detail
-
TEN_SECONDS
public static final long TEN_SECONDS
- See Also:
- Constant Field Values
-
-