public interface CustomConfigurationBuilder extends RecoveryConfigurationBuilder<CustomConfigurationBuilder>
Modifier and Type | Method and Description |
---|---|
CustomConfigurationBuilder |
setApiHost(String apiHost)
Set the host name of the Sports API server
|
CustomConfigurationBuilder |
setApiPort(int apiPort)
Set the port of the Sports API server
|
CustomConfigurationBuilder |
setMessagingHost(String messagingHost)
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 |
setMessagingVirtualHost(String vHost)
Sets the virtual host used to connect to the messaging server
|
CustomConfigurationBuilder |
useApiSsl(boolean useApiSsl)
Sets the value specifying whether SSL should be used to communicate with Sports API
|
CustomConfigurationBuilder |
useMessagingSsl(boolean useMessagingSsl)
Sets the value specifying whether SSL should be used to communicate with the messaging server
|
setMaxInactivitySeconds, setMaxRecoveryExecutionTime, setMinIntervalBetweenRecoveryRequests
build, loadConfigFromApplicationYml, loadConfigFromSdkProperties, setDefaultLocale, setDesiredLocales, setDisabledProducers, setExceptionHandlingStrategy, setHttpClientMaxConnPerRoute, setHttpClientMaxConnTotal, setHttpClientTimeout, setRecoveryHttpClientMaxConnPerRoute, setRecoveryHttpClientMaxConnTotal, setRecoveryHttpClientTimeout, setSdkNodeId
CustomConfigurationBuilder setApiHost(String apiHost)
apiHost
- the host name of the Sports API serverCustomConfigurationBuilder
instance used to set custom config valuesCustomConfigurationBuilder setApiPort(int apiPort)
apiPort
- the port of the Sports API serverCustomConfigurationBuilder
instance used to set custom config valuesCustomConfigurationBuilder setMessagingHost(String messagingHost)
messagingHost
- 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 useApiSsl(boolean useApiSsl)
useApiSsl
- the value specifying whether SSL should be used to communicate with Sports APICustomConfigurationBuilder
instance used to set custom config valuesCustomConfigurationBuilder useMessagingSsl(boolean useMessagingSsl)
useMessagingSsl
- the value specifying whether SSL should be used to communicate with the messaging serverCustomConfigurationBuilder
instance used to set custom config valuesCopyright © 2016–2023. All rights reserved.