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

    Modifier and Type
    Method
    Description
    The vendor of the connected database system.
    The version of the connected database system.
  • Method Details

    • getVendor

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

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