Package | Description |
---|---|
com.sportradar.unifiedodds.sdk.cfg |
Modifier and Type | Method and Description |
---|---|
CustomConfigurationBuilder |
EnvironmentSelector.selectCustom()
Returns a
CustomConfigurationBuilder allowing the properties to be set to custom values (usefull for testing with local AMQP) |
CustomConfigurationBuilder |
CustomConfigurationBuilder.setApiHost(String host)
Set the host name of the Sports API server
|
CustomConfigurationBuilder |
CustomConfigurationBuilder.setApiPort(int port)
Set the port of the Sports API server
|
CustomConfigurationBuilder |
CustomConfigurationBuilder.setApiUseSsl(boolean useSsl)
Sets the value specifying whether SSL should be used to communicate with Sports API
|
CustomConfigurationBuilder |
CustomConfigurationBuilder.setMessagingHost(String host)
Sets the host name of the AMQP server
|
CustomConfigurationBuilder |
CustomConfigurationBuilder.setMessagingPassword(String password)
Sets the password used to authenticate with the messaging server
|
CustomConfigurationBuilder |
CustomConfigurationBuilder.setMessagingPort(int port)
Sets a custom port used to connect to AMQP broker
|
CustomConfigurationBuilder |
CustomConfigurationBuilder.setMessagingUsername(String username)
Sets the username used to authenticate with the messaging server
|
CustomConfigurationBuilder |
CustomConfigurationBuilder.setMessagingUseSsl(boolean useSsl)
Sets the value specifying whether SSL should be used to communicate with the messaging server
|
CustomConfigurationBuilder |
CustomConfigurationBuilder.setMessagingVirtualHost(String vHost)
Sets the virtual host used to connect to the messaging server
|
Copyright © 2016–2025. All rights reserved.