Class DefaultConfiguredDatabaseClientFactory

  • All Implemented Interfaces:
    ConfiguredDatabaseClientFactory

    public class DefaultConfiguredDatabaseClientFactory
    extends java.lang.Object
    implements ConfiguredDatabaseClientFactory
    Default implementation for constructing a new instance of DatabaseClient based on the inputs in an instance of DatabaseClientConfig.

    As of 4.5.0, this now uses the new DatabaseClientBuilder class in the Java Client to handle the heavy lifting of figuring out how to construct a DatabaseClient.