Class Status
java.lang.Object
org.eclipse.ditto.internal.utils.health.status.Status
Helper class providing the status of a Things-Service microservice instance.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.ditto.json.JsonObjectReturns the static status of this instance as loaded from "versions.json" file in the classpath + calculated JVM specific values determined at startup.
-
Method Details
-
provideStaticStatus
public static org.eclipse.ditto.json.JsonObject provideStaticStatus()Returns the static status of this instance as loaded from "versions.json" file in the classpath + calculated JVM specific values determined at startup.- Returns:
- the static status of this instance.
-