- All Implemented Interfaces:
- org.springframework.boot.actuate.health.HealthIndicator
@Component
@ConditionalOnProperty(prefix="synapse.edison.health",
name="startup.enabled",
havingValue="true",
matchIfMissing=true)
@ConditionalOnBean(value=de.otto.synapse.eventsource.EventSource.class)
public class StartupHealthIndicator
extends java.lang.Object
implements org.springframework.boot.actuate.health.HealthIndicator
A Spring Boot HealthIndicator that is healthy after finishing all events of an
EventSource for the first time.