Package de.otto.synapse.edison.health
Class FixedChannelHealthIndicator
- java.lang.Object
-
- de.otto.synapse.edison.health.AbstractChannelHealthIndicator
-
- de.otto.synapse.edison.health.FixedChannelHealthIndicator
-
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
@Component @ConditionalOnProperty(prefix="synapse.edison.health", name="fixedChannel.enabled", havingValue="true") @ConditionalOnBean(de.otto.synapse.eventsource.EventSource.class) public class FixedChannelHealthIndicator extends AbstractChannelHealthIndicatorA Spring Boot HealthIndicator that is healthy after finishing all events of a fixed list ofEventSourcefor the first time.
-
-
Field Summary
-
Fields inherited from class de.otto.synapse.edison.health.AbstractChannelHealthIndicator
TEN_SECONDS
-
-
Constructor Summary
Constructors Constructor Description FixedChannelHealthIndicator(java.util.Set<java.lang.String> fixedChannelNames)
-
Method Summary
-
Methods inherited from class de.otto.synapse.edison.health.AbstractChannelHealthIndicator
health, on
-
-