package clientfactory
- Alphabetic
- Public
- All
Type Members
-
abstract
class
DataClientFactory extends AnyRef
Factory interface to build data client and data engine APIs.
-
class
DefaultClientFactory extends DataClientFactory
Default data client factory.
Default data client factory. It builds the standard APIs provided by the data client library.
Value Members
-
object
ClientFactory
The client factory.
The client factory. The underlying implementation can be changed through
application.conf
, by settinghere.platform.data-processing.client-factory.implementation
to the class name of a DataClientFactory implementation.