public class AxonServerStatusAggregator
extends org.springframework.boot.actuate.health.SimpleStatusAggregator
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
.Constructor and Description |
---|
AxonServerStatusAggregator()
Constructs a default Axon Server specific
SimpleStatusAggregator . |
public AxonServerStatusAggregator()
SimpleStatusAggregator
. Adds the HealthStatus.WARN
after Status.OUT_OF_SERVICE
and before Status.UP
.Copyright © 2010–2023. All rights reserved.