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

    Constructors
    Constructor
    Description
    Constructs a default Axon Server specific SimpleStatusAggregator.
  • Method Summary

    Methods inherited from class org.springframework.boot.actuate.health.SimpleStatusAggregator

    getAggregateStatus

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.boot.actuate.health.StatusAggregator

    getAggregateStatus
  • Constructor Details

    • AxonServerStatusAggregator

      public AxonServerStatusAggregator()
      Constructs a default Axon Server specific SimpleStatusAggregator. Adds the HealthStatus.WARN after Status.OUT_OF_SERVICE and before Status.UP.