IBackendServiceFactory (Google App Engine API for Java)

com.google.appengine.api.backends

Interface IBackendServiceFactory



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

      • getBackendService

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