Class DiscoveryService
-
- All Implemented Interfaces:
public final class DiscoveryService
Represents the service to retrieve AppConfig from discovery service, it will try to call API without application version information, if failed, then try with version.
-
-
Constructor Summary
Constructors Constructor Description DiscoveryService(Context context)
-
Method Summary
Modifier and Type Method Description final ServiceResult<AppConfig>
retrieveAppConfig(String domain, String applicationId)
Retrieves the application settings from discovery service. -
-
Method Detail
-
retrieveAppConfig
final ServiceResult<AppConfig> retrieveAppConfig(String domain, String applicationId)
Retrieves the application settings from discovery service.
-
-
-
-