Package org.camunda.bpm.engine.telemetry
Interface Database
-
- All Known Implementing Classes:
DatabaseImpl
public interface DatabaseThis 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 java.lang.StringgetVendor()The vendor of the connected database system.java.lang.StringgetVersion()The version of the connected database system.
-