Class MqttHealthIndicator
java.lang.Object
energy.eddie.regionconnector.aiida.health.MqttHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
@Component
public class MqttHealthIndicator
extends Object
implements org.springframework.boot.actuate.health.HealthIndicator
-
Constructor Summary
ConstructorsConstructorDescriptionMqttHealthIndicator(org.eclipse.paho.mqttv5.client.MqttAsyncClient mqttClient) -
Method Summary
Methods 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.HealthIndicator
getHealth
-
Constructor Details
-
MqttHealthIndicator
public MqttHealthIndicator(org.eclipse.paho.mqttv5.client.MqttAsyncClient mqttClient)
-
-
Method Details
-
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
healthin interfaceorg.springframework.boot.actuate.health.HealthIndicator
-