Package org.camunda.bpm.engine.telemetry
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getVendor()
The vendor of the connected database system.String
getVersion()
The version of the connected database system.
-