public interface CustomConfigurationBuilder extends RecoveryConfigurationBuilder<CustomConfigurationBuilder>
Modifier and Type | Method and Description |
---|---|
CustomConfigurationBuilder |
setApiHost(String host)
Set the host name of the Sports API server
|
CustomConfigurationBuilder |
setApiPort(int port)
Set the port of the Sports API server
|
CustomConfigurationBuilder |
setApiUseSsl(boolean useSsl)
Sets the value specifying whether SSL should be used to communicate with Sports API
|
CustomConfigurationBuilder |
setMessagingHost(String host)
Sets the host name of the AMQP server
|
CustomConfigurationBuilder |
setMessagingPassword(String password)
Sets the password used to authenticate with the messaging server
|
CustomConfigurationBuilder |
setMessagingPort(int port)
Sets a custom port used to connect to AMQP broker
|
CustomConfigurationBuilder |
setMessagingUsername(String username)
Sets the username used to authenticate with the messaging server
|
CustomConfigurationBuilder |
setMessagingUseSsl(boolean useSsl)
Sets the value specifying whether SSL should be used to communicate with the messaging server
|
CustomConfigurationBuilder |
setMessagingVirtualHost(String vHost)
Sets the virtual host used to connect to the messaging server
|
enableUsageExport, omitMarketMappings, setHttpClientFastFailingTimeout, setHttpClientMaxConnPerRoute, setHttpClientMaxConnTotal, setHttpClientRecoveryTimeout, setHttpClientTimeout, setIgnoreBetPalTimelineSportEventStatus, setIgnoreBetPalTimelineSportEventStatusCacheTimeout, setInactivitySeconds, setInactivitySecondsPrematch, setMaxRecoveryTime, setMinIntervalBetweenRecoveryRequests, setProfileCacheTimeout, setRabbitConnectionTimeout, setRabbitHeartbeat, setSportEventCacheTimeout, setSportEventStatusCacheTimeout, setStatisticsInterval, setVariantMarketDescriptionCacheTimeout
build, loadConfigFromApplicationYml, loadConfigFromSdkProperties, setDefaultLanguage, setDesiredLanguages, setDisabledProducers, setExceptionHandlingStrategy, setNodeId
CustomConfigurationBuilder setApiHost(String host)
host
- the host name of the Sports API serverCustomConfigurationBuilder
instance used to set custom config valuesCustomConfigurationBuilder setApiPort(int port)
port
- the port of the Sports API serverCustomConfigurationBuilder
instance used to set custom config valuesCustomConfigurationBuilder setApiUseSsl(boolean useSsl)
useSsl
- the value specifying whether SSL should be used to communicate with Sports APICustomConfigurationBuilder
instance used to set custom config valuesCustomConfigurationBuilder setMessagingHost(String host)
host
- the host name of the AMQP serverCustomConfigurationBuilder
instance used to set custom config valuesCustomConfigurationBuilder setMessagingPort(int port)
port
- the port used to connect to AMQP brokerCustomConfigurationBuilder
instance used to set custom config valuesCustomConfigurationBuilder setMessagingUsername(String username)
username
- the username used to authenticate with the messaging serverCustomConfigurationBuilder
instance used to set custom config valuesCustomConfigurationBuilder setMessagingVirtualHost(String vHost)
vHost
- the virtual host used to connect to the messaging serverCustomConfigurationBuilder
instance used to set custom config valuesCustomConfigurationBuilder setMessagingPassword(String password)
password
- the password used to authenticate with the messaging serverCustomConfigurationBuilder
instance used to set custom config valuesCustomConfigurationBuilder setMessagingUseSsl(boolean useSsl)
useSsl
- the value specifying whether SSL should be used to communicate with the messaging serverCustomConfigurationBuilder
instance used to set custom config valuesCopyright © 2016–2025. All rights reserved.