Interface Database

  • All Known Implementing Classes:
    DatabaseImpl

    public interface Database
    This class represents the data structure used for collecting information about the connected database. This information is sent to Camunda when telemetry is enabled.
    See Also:
    Camunda Documentation: Collected Telemetry Data
    • Method Detail

      • getVendor

        String getVendor()
        The vendor of the connected database system.
      • getVersion

        String getVersion()
        The version of the connected database system.