Class EnvironmentSetting

java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.EnvironmentSetting

public class EnvironmentSetting extends Object
  • Constructor Details

  • Method Details

    • getEnvironment

      public Environment getEnvironment()
      Get the environment.
      Returns:
      the environment.
    • getMqHost

      public String getMqHost()
      Get the rabbit host address
      Returns:
      the rabbit host address
    • getApiHost

      public String getApiHost()
      Get the API host.
      Returns:
      the API host
    • isOnlySsl

      public Boolean 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

      public List<Environment> getEnvironmentRetryList()
      Gets the environment retry list.
      Returns:
      the environment retry list.