Class PlatformTelemetryRegistry
- java.lang.Object
-
- org.camunda.bpm.engine.impl.telemetry.PlatformTelemetryRegistry
-
public class PlatformTelemetryRegistry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static ApplicationServerImpl
applicationServer
-
Constructor Summary
Constructors Constructor Description PlatformTelemetryRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clear()
static ApplicationServerImpl
getApplicationServer()
static void
setApplicationServer(String applicationServerVersion)
-
-
-
Field Detail
-
applicationServer
protected static ApplicationServerImpl applicationServer
-
-
Method Detail
-
getApplicationServer
public static ApplicationServerImpl getApplicationServer()
-
setApplicationServer
public static void setApplicationServer(String applicationServerVersion)
-
clear
public static void clear()
-
-