Interface ConfiguredDatabaseClientFactory

  • All Known Implementing Classes:
    DefaultConfiguredDatabaseClientFactory

    public interface ConfiguredDatabaseClientFactory
    Hides how a DatabaseClient is constructed based on the inputs in a DatabaseClientConfig object. The intent is that a client can populate any set of properties on the DatabaseClientConfig, and an implementation of this interface will determine how to construct a new DatabaseClient based on those properties.
    • Method Detail

      • newDatabaseClient

        com.marklogic.client.DatabaseClient newDatabaseClient​(DatabaseClientConfig databaseClientConfig)