Uses of Interface
org.camunda.bpm.engine.telemetry.ApplicationServer
-
Packages that use ApplicationServer Package Description org.camunda.bpm.engine.impl.telemetry.dto org.camunda.bpm.engine.rest.dto.telemetry org.camunda.bpm.engine.telemetry -
-
Uses of ApplicationServer in org.camunda.bpm.engine.impl.telemetry.dto
Classes in org.camunda.bpm.engine.impl.telemetry.dto that implement ApplicationServer Modifier and Type Class Description class
ApplicationServerImpl
-
Uses of ApplicationServer in org.camunda.bpm.engine.rest.dto.telemetry
Methods in org.camunda.bpm.engine.rest.dto.telemetry with parameters of type ApplicationServer Modifier and Type Method Description static ApplicationServerDto
ApplicationServerDto. fromEngineDto(ApplicationServer other)
-
Uses of ApplicationServer in org.camunda.bpm.engine.telemetry
Methods in org.camunda.bpm.engine.telemetry that return ApplicationServer Modifier and Type Method Description ApplicationServer
Internals. getApplicationServer()
Information about the application server Camunda is running on.
-