Interface ApplicationServer

All Known Implementing Classes:
ApplicationServerImpl

public interface ApplicationServer
This class represents the data structure used for collecting information about the application server. This information is sent to Camunda when telemetry is enabled.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The vendor of the installed application server.
    The version of the installed application server.
  • Method Details

    • getVendor

      String getVendor()
      The vendor of the installed application server.
    • getVersion

      String getVersion()
      The version of the installed application server.