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:
    Camunda Documentation: Collected Telemetry Data
    • Method Detail

      • getVendor

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

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