Class AxonServerStatusAggregator
java.lang.Object
org.springframework.boot.actuate.health.SimpleStatusAggregator
org.axonframework.extension.springboot.actuator.axonserver.AxonServerStatusAggregator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.StatusAggregator
public class AxonServerStatusAggregator
extends org.springframework.boot.actuate.health.SimpleStatusAggregator
A
SimpleStatusAggregator implementation determining the overall health of an Axon Framework application using
Axon Server. Adds the HealthStatus.WARN status to the regular set of statuses.- Since:
- 4.6.0
- Author:
- Steven van Beelen, Marc Gathier
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a default Axon Server specificSimpleStatusAggregator. -
Method Summary
Methods inherited from class org.springframework.boot.actuate.health.SimpleStatusAggregator
getAggregateStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.actuate.health.StatusAggregator
getAggregateStatus
-
Constructor Details
-
AxonServerStatusAggregator
public AxonServerStatusAggregator()Constructs a default Axon Server specificSimpleStatusAggregator. Adds theHealthStatus.WARNafterStatus.OUT_OF_SERVICEand beforeStatus.UP.
-