Package org.camunda.bpm.engine.telemetry
Interface Jdk
-
- All Known Implementing Classes:
JdkImpl
public interface Jdk
This class represents the data structure used for collecting information about the installed Java runtime environment. 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 Java runtime environment.String
getVersion()
The version of the Java runtime environment.
-