public interface UofConfiguration
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
UofAdditionalConfiguration |
getAdditional()
Get the additional configuration
|
UofApiConfiguration |
getApi()
Get the Api configuration
|
BookmakerDetails |
getBookmakerDetails()
Get the bookmaker details
|
UofCacheConfiguration |
getCache()
Get the cache configuration
|
Locale |
getDefaultLanguage()
The locale used for any getter that returns localized Strings.
|
Environment |
getEnvironment() |
ExceptionHandlingStrategy |
getExceptionHandlingStrategy()
Returns the
ExceptionHandlingStrategy which will be used trough the SDK |
List<Locale> |
getLanguages()
Returns a
List of locales in which the data should be prefetched |
Integer |
getNodeId()
Returns the assigned SDK node identifier
MTS customer must set this value! Use only positive numbers; negative are reserved for internal use.
|
UofProducerConfiguration |
getProducer()
Get the producer and session configuration
|
UofRabbitConfiguration |
getRabbit()
Get the configuration related to connection to amqp broker
|
UofUsageConfiguration |
getUsage()
Gets the settings for usage exporter
|
String getAccessToken()
Environment getEnvironment()
Locale getDefaultLanguage()
List<Locale> getLanguages()
List
of locales in which the data should be prefetchedList
of locales in which the data should be prefetchedInteger getNodeId()
ExceptionHandlingStrategy getExceptionHandlingStrategy()
ExceptionHandlingStrategy
which will be used trough the SDKExceptionHandlingStrategy
which will be used trough the SDKBookmakerDetails getBookmakerDetails()
UofApiConfiguration getApi()
UofRabbitConfiguration getRabbit()
UofCacheConfiguration getCache()
UofProducerConfiguration getProducer()
UofAdditionalConfiguration getAdditional()
UofUsageConfiguration getUsage()
Copyright © 2016–2025. All rights reserved.