Package | Description |
---|---|
com.sportradar.unifiedodds.sdk.cfg | |
com.sportradar.unifiedodds.sdk.internal.cfg | |
com.sportradar.unifiedodds.sdk.internal.impl |
Modifier and Type | Method and Description |
---|---|
Environment |
UofConfiguration.getEnvironment() |
static Environment |
Environment.getEnvironment(String environment) |
static Environment |
Environment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Environment[] |
Environment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
EnvironmentSelector.selectEnvironment(Environment environment)
Returns a
ConfigurationBuilder with properties set to values needed to access specified environment. |
Modifier and Type | Method and Description |
---|---|
Environment |
UofConfigurationImpl.getEnvironment() |
Environment |
SdkConfigurationReader.readEnvironment() |
Modifier and Type | Method and Description |
---|---|
void |
UofConfigurationImpl.updateSdkEnvironment(Environment env) |
Modifier and Type | Method and Description |
---|---|
Environment |
SdkInternalConfiguration.getEnvironment() |
Environment |
EnvironmentSetting.getEnvironment()
Get the environment.
|
Modifier and Type | Method and Description |
---|---|
List<Environment> |
EnvironmentSetting.getEnvironmentRetryList()
Gets the environment retry list.
|
Modifier and Type | Method and Description |
---|---|
static String |
EnvironmentManager.getApiHost(Environment environment)
Gets the API host for specified
Environment |
static int |
EnvironmentManager.getApiPort(Environment environment)
Gets the API port for specified
Environment |
static String |
EnvironmentManager.getMqHost(Environment environment)
Gets the MQ host for specified
Environment |
static EnvironmentSetting |
EnvironmentManager.getSetting(Environment environment)
Gets the MQ and API settings for specified
Environment |
static String |
EnvironmentManager.getUsageHost(Environment environment)
Gets the Usage host for specified
Environment |
Constructor and Description |
---|
EnvironmentSetting(Environment environment,
String mqHost,
String apiHost,
int apiPort,
Boolean onlySsl,
List<Environment> environmentRetryList) |
Constructor and Description |
---|
EnvironmentSetting(Environment environment,
String mqHost,
String apiHost,
int apiPort,
Boolean onlySsl,
List<Environment> environmentRetryList) |
Copyright © 2016–2025. All rights reserved.