Interface DatabaseConfigHelper

All Known Implementing Classes:
DefaultDatabaseConfigHelper

@Internal @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public interface DatabaseConfigHelper
Reads the Database configuration. Intended only for internal consumption.
Since:
6.12
  • Method Details

    • getConnectionPoolSize

      Optional<Integer> getConnectionPoolSize()
      Returns the maximum size of the database connection pool.
      Returns:
      the maximum size database connection pool or empty if not found.
    • getProductName

      Optional<String> getProductName()
      Returns the database product name.
      Returns:
      the database product name or empty if not found.