Class EnvironmentSetting
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.EnvironmentSetting
-
Constructor Summary
ConstructorsConstructorDescriptionEnvironmentSetting(Environment environment, String mqHost, String apiHost, int apiPort, Boolean onlySsl, List<Environment> environmentRetryList) -
Method Summary
Modifier and TypeMethodDescriptionGet the API host.Get the environment.Gets the environment retry list.Get the rabbit host addressGets a value indicating whether only SSL is supported on the endpoint or also non-ssl
-
Constructor Details
-
EnvironmentSetting
public EnvironmentSetting(Environment environment, String mqHost, String apiHost, int apiPort, Boolean onlySsl, List<Environment> environmentRetryList)
-
-
Method Details
-
getEnvironment
Get the environment.- Returns:
- the environment.
-
getMqHost
Get the rabbit host address- Returns:
- the rabbit host address
-
getApiHost
Get the API host.- Returns:
- the API host
-
isOnlySsl
Gets a value indicating whether only SSL is supported on the endpoint or also non-ssl- Returns:
- a value indicating whether only SSL is supported on the endpoint or also non-ssl
-
getEnvironmentRetryList
Gets the environment retry list.- Returns:
- the environment retry list.
-