Package com.marklogic.client.ext
Interface ConfiguredDatabaseClientFactory
-
- All Known Implementing Classes:
DefaultConfiguredDatabaseClientFactory
public interface ConfiguredDatabaseClientFactoryHides 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.marklogic.client.DatabaseClientnewDatabaseClient(DatabaseClientConfig databaseClientConfig)
-
-
-
Method Detail
-
newDatabaseClient
com.marklogic.client.DatabaseClient newDatabaseClient(DatabaseClientConfig databaseClientConfig)
-
-