- 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(value=de.otto.synapse.eventsource.EventSource.class)
public class FixedChannelHealthIndicator
extends AbstractChannelHealthIndicator
A Spring Boot HealthIndicator that is healthy after finishing all events of a fixed list of
EventSource for the first time.