Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.ApplicationServer
-
Packages that use ApplicationServer Package Description org.camunda.bpm.engine.impl.telemetry org.camunda.bpm.engine.impl.telemetry.dto -
-
Uses of ApplicationServer in org.camunda.bpm.engine.impl.telemetry
Fields in org.camunda.bpm.engine.impl.telemetry declared as ApplicationServer Modifier and Type Field Description protected static ApplicationServer
PlatformTelemetryRegistry. applicationServer
protected ApplicationServer
TelemetryRegistry. applicationServer
Methods in org.camunda.bpm.engine.impl.telemetry that return ApplicationServer Modifier and Type Method Description static ApplicationServer
PlatformTelemetryRegistry. getApplicationServer()
ApplicationServer
TelemetryRegistry. getApplicationServer()
Methods in org.camunda.bpm.engine.impl.telemetry with parameters of type ApplicationServer Modifier and Type Method Description void
TelemetryRegistry. setApplicationServer(ApplicationServer applicationServer)
-
Uses of ApplicationServer in org.camunda.bpm.engine.impl.telemetry.dto
Fields in org.camunda.bpm.engine.impl.telemetry.dto declared as ApplicationServer Modifier and Type Field Description protected ApplicationServer
Internals. applicationServer
Methods in org.camunda.bpm.engine.impl.telemetry.dto that return ApplicationServer Modifier and Type Method Description ApplicationServer
Internals. getApplicationServer()
Methods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type ApplicationServer Modifier and Type Method Description void
Internals. setApplicationServer(ApplicationServer applicationServer)
Constructors in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type ApplicationServer Constructor Description Internals(Database database, ApplicationServer server, LicenseKeyData licenseKey, Jdk jdk)
-