Click or drag to resize

ISdkConfigurationBuilder Interface

Defines a contract for classes implementing builder for ISdkConfiguration

Namespace: Sportradar.MTS.SDK.API
Assembly: Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll) Version: 2.4.1.2

The ISdkConfigurationBuilder type exposes the following members.

Methods
 NameDescription
Public methodBuild Builds the ISdkConfiguration
Public methodSetAccessToken Sets the access token
Public methodSetBookmakerId Sets the bookmakerId
Public methodSetCurrency Sets the currency
Public methodSetExclusiveConsumer Sets the value indicating whether the rabbit consumer channel should be exclusive
Public methodSetHost Sets the host used to connect to AMQP broker
Public methodSetKeycloakHost Sets the Keycloak host for authorization
Public methodSetKeycloakPassword Sets the password used to connect authenticate to Keycloak
Public methodSetKeycloakSecret Sets the secret used to connect authenticate to Keycloak
Public methodSetKeycloakUsername Sets the username used to connect authenticate to Keycloak
Public methodSetLimitId Sets the limitId
Public methodSetMtsClientApiHost Sets the Client API host
Public methodSetNode Sets the node id
Public methodSetNonSrSettleResponseTimeout Sets the ticket non-sr settle response timeout(ms)
Public methodSetPassword Sets the password
Public methodSetPort Sets the port used to connect to AMQP broker
Public methodSetProvideAdditionalMarketSpecifiers This value is used to indicate if the sdk should add market specifiers for specific markets. Only used when building selection using UnifiedOdds ids. (default: true)
Public methodSetSenderChannel Sets the sender channel
Public methodSetSslServerName Sets the server name that will be used to check against SSL certificate
Public methodSetTicketCancellationResponseTimeout Sets the ticket cancellation response timeout(ms)
Public methodSetTicketCashoutResponseTimeout Sets the ticket cashout response timeout(ms)
Public methodSetTicketResponseTimeout Sets the ticket response timeout(ms) (sets both live and prematch timeouts)
Public methodSetTicketResponseTimeoutLive Sets the ticket response timeout(ms) for tickets using "live" selectionId
Public methodSetTicketResponseTimeoutPrematch Sets the ticket response timeout(ms) for tickets using "prematch" selectionId
Public methodSetUfEnvironment Sets the uf environment
Public methodSetUsername Sets the username
Public methodSetUseSsl Sets the value indicating whether a secure connection to the message broker should be used
Public methodSetVirtualHost Sets the vhost (format: '/vhost')
Top
See Also