Interface DbClientProvider


  • public interface DbClientProvider
    Java Service loader interface that provides drivers for a database (or a set of databases).
    • Method Detail

      • name

        String name()
        Name of this provider. This is used to find correct provider when using configuration only approach.
        Returns:
        provider name (such as jdbc or mongo