BackendService allows you to retrieve information about
backend servers. Backend servers are long running addressable
servers that can be used for applications that need to keep
persistent state in ram between requests.
This API allows you to retrieve information about the backend
handling the current request. It also allows you to to get the
address of a specific backend instance in such a way that a local
server is used during development and a production server is used
in production.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This content pertains to the Backends API, which provides access to long-running, addressable servers capable of maintaining persistent state between requests."],["The API allows retrieving information about backend servers and obtaining the address of a specific backend instance for both development and production environments."],["The API has been deprecated and replaced by `com.google.appengine.api.modules.ModulesService`, urging users to update their code accordingly."],["Key classes related to the API include `BackendServiceFactory` and `IBackendServiceFactoryProvider`, with the latter being intended for internal use rather than end users."],["`BackendService` is the main interface for interacting with the API, enabling the retrieval of backend server information."]]],[]]