Class TelemetryDataImpl

    • Method Detail

      • getInstallation

        public String getInstallation()
        Description copied from interface: TelemetryData
        This method returns a String which is unique for each installation of Camunda. It is stored once per database so all engines connected to the same database will have the same installation ID. The ID is used to identify a single installation of Camunda Platform.
        Specified by:
        getInstallation in interface TelemetryData
      • setInstallation

        public void setInstallation​(String installation)
      • setProduct

        public void setProduct​(ProductImpl product)
      • mergeInternals

        public void mergeInternals​(InternalsImpl other)