Package de.otto.synapse.edison.health
Class SnapshotReaderHealthIndicator
java.lang.Object
de.otto.synapse.edison.health.SnapshotReaderHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
@Component
@ConditionalOnProperty(prefix="synapse.edison.health",
name="snapshotreader.enabled",
havingValue="true",
matchIfMissing=true)
@ConditionalOnBean(de.otto.synapse.eventsource.EventSource.class)
public class SnapshotReaderHealthIndicator
extends java.lang.Object
implements org.springframework.boot.actuate.health.HealthIndicator
-
Constructor Summary
Constructors Constructor Description SnapshotReaderHealthIndicator() -
Method Summary
-
Constructor Details
-
SnapshotReaderHealthIndicator
public SnapshotReaderHealthIndicator()
-
-
Method Details