Package org.camunda.bpm.engine.telemetry
Interface Jdk
-
- All Known Implementing Classes:
JdkImpl
public interface JdkThis 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 java.lang.StringgetVendor()The vendor of the Java runtime environment.java.lang.StringgetVersion()The version of the Java runtime environment.
-