Uses of Interface
com.sportradar.unifiedodds.sdk.cfg.EnvironmentSelector
Packages that use EnvironmentSelector
-
Uses of EnvironmentSelector in com.sportradar.unifiedodds.sdk.cfg
Methods in com.sportradar.unifiedodds.sdk.cfg that return EnvironmentSelectorModifier and TypeMethodDescriptionTokenSetter.setAccessToken(String token) Sets the access token used to access feed resources (AMQP broker, Sports API, ...)TokenSetter.setAccessTokenFromApplicationYaml()Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the application.yml The YAML file should be named "application.properties" and localed in the application resources folderTokenSetter.setAccessTokenFromSdkProperties()Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the sdk properties The properties file should be named "UFSdkConfiguration.properties" and localed in the application resources folderTokenSetter.setAccessTokenFromSystemVar()Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from system variable "uf.accesstoken" -
Uses of EnvironmentSelector in com.sportradar.unifiedodds.sdk.internal.cfg
Methods in com.sportradar.unifiedodds.sdk.internal.cfg that return EnvironmentSelectorModifier and TypeMethodDescriptionTokenSetterImpl.setAccessToken(String token) Sets the access token used to access feed resources (AMQP broker, Sports API, ...)TokenSetterImpl.setAccessTokenFromApplicationYaml()Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the application.yml The YAML file should be named "application.properties" and localed in the application resources folderTokenSetterImpl.setAccessTokenFromSdkProperties()Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the sdk properties The properties file should be named "UFSdkConfiguration.properties" and localed in the application resources folderTokenSetterImpl.setAccessTokenFromSystemVar()Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from system variable "uf.accesstoken"