@Component
@ConditionalOnProperty(prefix="synapse",
name="consumer-process.enabled",
havingValue="true",
matchIfMissing=true)
public class EventSourcingHealthIndicator
extends java.lang.Object
implements org.springframework.boot.actuate.health.HealthIndicator
| Constructor and Description |
|---|
EventSourcingHealthIndicator() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.health.Health |
health() |
void |
onEventSourceNotification(de.otto.synapse.eventsource.EventSourceNotification eventSourceNotification) |
@EventListener public void onEventSourceNotification(de.otto.synapse.eventsource.EventSourceNotification eventSourceNotification)
public org.springframework.boot.actuate.health.Health health()
health in interface org.springframework.boot.actuate.health.HealthIndicator