Interface IBackendServiceFactory


public interface IBackendServiceFactory
Factory for getting the Backends API implementation for the current environment.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a handle to the backends API for the current running environment.
  • Method Details

    • getBackendService

      BackendService getBackendService()
      Gets a handle to the backends API for the current running environment.
      Returns:
      An implementation of the backends API.