Interface UofConfiguration

All Known Implementing Classes:
UofConfigurationImpl

public interface UofConfiguration
  • Method Details

    • getAccessToken

      String getAccessToken()
      Returns:
      your access token that is used to identify and verify your identity
    • getEnvironment

      Environment getEnvironment()
      Returns:
      The selected environment used for API-access
    • getDefaultLanguage

      Locale getDefaultLanguage()
      The locale used for any getter that returns localized Strings. (i.e. Sport name, Tournament name, Team name, Player name etc). The locale is English if not specified.
      Returns:
      the locale
    • getLanguages

      List<Locale> getLanguages()
      Returns a List of locales in which the data should be prefetched
      Returns:
      a List of locales in which the data should be prefetched
    • getNodeId

      Integer getNodeId()
      Returns the assigned SDK node identifier MTS customer must set this value! Use only positive numbers; negative are reserved for internal use.
      Returns:
      the assigned SDK node identifier
    • getExceptionHandlingStrategy

      ExceptionHandlingStrategy getExceptionHandlingStrategy()
      Returns the ExceptionHandlingStrategy which will be used through the SDK
      Returns:
      the ExceptionHandlingStrategy which will be used through the SDK
    • getBookmakerDetails

      BookmakerDetails getBookmakerDetails()
      Get the bookmaker details
      Returns:
      the bookmaker details
    • getApi

      Get the Api configuration
      Returns:
      the Api configuration
    • getRabbit

      Get the configuration related to connection to amqp broker
      Returns:
      the configuration related to connection to amqp broker
    • getCache

      Get the cache configuration
      Returns:
      the cache configuration
    • getProducer

      Get the producer and session configuration
      Returns:
      the producer and session configuration
    • getAdditional

      Get the additional configuration
      Returns:
      the additional configuration
    • getUsage

      Gets the settings for usage exporter
      Returns:
      the settings for usage exporter