Packages

package clientfactory

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class DataClientFactory extends AnyRef

    Factory interface to build data client and data engine APIs.

  2. 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

  1. object ClientFactory

    The client factory.

    The client factory. The underlying implementation can be changed through application.conf, by setting here.platform.data-processing.client-factory.implementation to the class name of a DataClientFactory implementation.

Ungrouped