package clientfactory
- Alphabetic
- Public
- Protected
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.implementationto the class name of a DataClientFactory implementation.