Package org.camunda.bpm.engine.telemetry
Interface ApplicationServer
-
- All Known Implementing Classes:
ApplicationServerImpl
public interface ApplicationServer
This class represents the data structure used for collecting information about the application server. This information is sent to Camunda when telemetry is enabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getVendor()
The vendor of the installed application server.String
getVersion()
The version of the installed application server.
-