@Component
@ConditionalOnProperty(prefix="synapse.edison.health",
name="snapshotreader.enabled",
havingValue="true",
matchIfMissing=true)
@ConditionalOnBean(value=de.otto.synapse.eventsource.EventSource.class)
public class SnapshotReaderHealthIndicator
extends java.lang.Object
implements org.springframework.boot.actuate.health.HealthIndicator
| Constructor and Description |
|---|
SnapshotReaderHealthIndicator() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.health.Health |
health() |
void |
on(de.otto.synapse.info.SnapshotReaderNotification notification) |