Package org.camunda.bpm.engine.telemetry
Interface ApplicationServer
-
- All Known Implementing Classes:
ApplicationServerImpl
public interface ApplicationServerThis 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 java.lang.StringgetVendor()The vendor of the installed application server.java.lang.StringgetVersion()The version of the installed application server.
-