Class BackendServiceFactory (2.0.0)

public class BackendServiceFactory

Factory for getting the Backends API implementation for the current environment.

Inheritance

java.lang.Object > BackendServiceFactory

Static Methods

getBackendService()

public static BackendService getBackendService()

Gets a handle to the backends API for the current running environment.

Returns
TypeDescription
BackendService

An implementation of the backends API.