public class WebApplicationUtil extends Object
Constructor and Description |
---|
WebApplicationUtil() |
Modifier and Type | Method and Description |
---|---|
protected static TelemetryRegistry |
getTelemetryRegistry(ProcessEngineProvider processEngineProvider,
String engineName) |
static void |
setApplicationServer(String serverInfo) |
static void |
setLicenseKey(LicenseKeyData licenseKeyData) |
static boolean |
setWebapp(String engineName,
String webapp)
Adds the web application name to the telemetry data of the engine.
|
public static void setApplicationServer(String serverInfo)
public static void setLicenseKey(LicenseKeyData licenseKeyData)
public static boolean setWebapp(String engineName, String webapp)
engineName
- the engine for which the web application usage should be indicatedwebapp
- the web application that is used with the engineprotected static TelemetryRegistry getTelemetryRegistry(ProcessEngineProvider processEngineProvider, String engineName)
Copyright © 2022. All rights reserved.