Uses of Interface
com.sportradar.unifiedodds.sdk.cfg.CustomConfigurationBuilder
Packages that use CustomConfigurationBuilder
-
Uses of CustomConfigurationBuilder in com.sportradar.unifiedodds.sdk.cfg
Methods in com.sportradar.unifiedodds.sdk.cfg that return CustomConfigurationBuilderModifier and TypeMethodDescriptionEnvironmentSelector.selectCustom()Returns aCustomConfigurationBuilderallowing the properties to be set to custom values (usefull for testing with local AMQP)CustomConfigurationBuilder.setApiHost(String host) Set the host name of the Sports API serverCustomConfigurationBuilder.setApiPort(int port) Set the port of the Sports API serverCustomConfigurationBuilder.setApiUseSsl(boolean useSsl) Sets the value specifying whether SSL should be used to communicate with Sports APICustomConfigurationBuilder.setMessagingHost(String host) Sets the host name of the AMQP serverCustomConfigurationBuilder.setMessagingPassword(String password) Sets the password used to authenticate with the messaging serverCustomConfigurationBuilder.setMessagingPort(int port) Sets a custom port used to connect to AMQP brokerCustomConfigurationBuilder.setMessagingUsername(String username) Sets the username used to authenticate with the messaging serverCustomConfigurationBuilder.setMessagingUseSsl(boolean useSsl) Sets the value specifying whether SSL should be used to communicate with the messaging serverCustomConfigurationBuilder.setMessagingVirtualHost(String vHost) Sets the virtual host used to connect to the messaging server