Interface UofConfiguration
- All Known Implementing Classes:
UofConfigurationImpl
public interface UofConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionGet the additional configurationgetApi()Get the Api configurationGet the bookmaker detailsgetCache()Get the cache configurationThe locale used for any getter that returns localized Strings.Returns theExceptionHandlingStrategywhich will be used through the SDKReturns aListof locales in which the data should be prefetchedReturns the assigned SDK node identifier MTS customer must set this value! Use only positive numbers; negative are reserved for internal use.Get the producer and session configurationGet the configuration related to connection to amqp brokergetUsage()Gets the settings for usage exporter
-
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
Returns aListof locales in which the data should be prefetched- Returns:
- a
Listof 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 theExceptionHandlingStrategywhich will be used through the SDK- Returns:
- the
ExceptionHandlingStrategywhich will be used through the SDK
-
getBookmakerDetails
BookmakerDetails getBookmakerDetails()Get the bookmaker details- Returns:
- the bookmaker details
-
getApi
UofApiConfiguration getApi()Get the Api configuration- Returns:
- the Api configuration
-
getRabbit
UofRabbitConfiguration getRabbit()Get the configuration related to connection to amqp broker- Returns:
- the configuration related to connection to amqp broker
-
getCache
UofCacheConfiguration getCache()Get the cache configuration- Returns:
- the cache configuration
-
getProducer
UofProducerConfiguration getProducer()Get the producer and session configuration- Returns:
- the producer and session configuration
-
getAdditional
UofAdditionalConfiguration getAdditional()Get the additional configuration- Returns:
- the additional configuration
-
getUsage
UofUsageConfiguration getUsage()Gets the settings for usage exporter- Returns:
- the settings for usage exporter
-