Interface IBackendServiceFactory (2.0.0)

public interface IBackendServiceFactory

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

Methods

getBackendService()

public abstract BackendService getBackendService()

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

Returns
TypeDescription
BackendService

An implementation of the backends API.