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.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The vendor of the Java runtime environment.
    The version of the Java runtime environment.
  • Method Details

    • getVendor

      String getVendor()
      The vendor of the Java runtime environment.
    • getVersion

      String getVersion()
      The version of the Java runtime environment.