public interface SdkConfiguration
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken()
Gets the access token for the UF feed (only necessary if UF selections will be build)
|
int |
getBookmakerId()
Gets the BookmakerId associated with the current configuration or 0 if none is provided
|
String |
getCurrency()
Gets the default currency associated with the current configuration or a null reference if none is provided
|
boolean |
getExclusiveConsumer()
Gets a value specifying whether the rabbit consumer channel should be exclusive
|
String |
getHost()
Gets a value specifying the host name of the AQMP broker
|
int |
getLimitId()
Gets the channel identifier associated with the current configuration or 0 if none is provided
|
double |
getMessagesPerSecond()
Gets the maximum number of messages per second
|
int |
getNode()
Gets nodeId
|
String |
getPassword()
Gets a password used when establishing connection to the AQMP broker
|
int |
getPort()
Gets the port used to connect to AMQP broker
|
boolean |
getProvideAdditionalMarketSpecifiers()
Gets the value used to indicate if the sdk should add market specifiers for specific markets.
|
SenderChannel |
getSenderChannel()
Gets the
SenderChannel specifying the associated channel or a null reference if none is specified |
int |
getTicketResponseTimeout()
Gets the ticket response timeout(ms) (used when sending in blocking-mode and when the
isTicketTimeOutCallbackEnabled() is set to true ) |
String |
getUsername()
Gets an username used when establishing connection to the AQMP broker
|
boolean |
getUseSsl()
Gets a value specifying whether the connection to AMQP broker should use SSL encryption
|
String |
getVirtualHost()
Gets a value specifying the virtual host name of the AQMP broker
|
boolean |
isTicketTimeOutCallbackEnabled()
An indication if the
Ticket s sent async have the time-out callback enabled. |
String getUsername()
String getPassword()
String getHost()
String getVirtualHost()
boolean getUseSsl()
int getPort()
int getNode()
int getBookmakerId()
int getLimitId()
String getCurrency()
SenderChannel getSenderChannel()
SenderChannel
specifying the associated channel or a null reference if none is specifiedSenderChannel
String getAccessToken()
boolean getProvideAdditionalMarketSpecifiers()
boolean isTicketTimeOutCallbackEnabled()
Ticket
s sent async have the time-out callback enabled.
The time-out value is taken from getTicketResponseTimeout()
.true
if the time-out callback should be invoked, otherwise false
int getTicketResponseTimeout()
isTicketTimeOutCallbackEnabled()
is set to true
)double getMessagesPerSecond()
boolean getExclusiveConsumer()
Copyright © 2017–2019. All rights reserved.