Class ImmutableConfig
java.lang.Object
com.sportradar.mbs.sdk.internal.config.ImmutableConfig
- All Implemented Interfaces:
ConnectionProviderConfig,ProtocolHandlerConfig,TokenProviderConfig,WebSocketConnectionConfig
public class ImmutableConfig
extends Object
implements TokenProviderConfig, WebSocketConnectionConfig, ConnectionProviderConfig, ProtocolHandlerConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintintintint
-
Constructor Details
-
ImmutableConfig
-
-
Method Details
-
getAuthServer
- Specified by:
getAuthServerin interfaceTokenProviderConfig
-
getAuthClientId
- Specified by:
getAuthClientIdin interfaceTokenProviderConfig
-
getAuthClientSecret
- Specified by:
getAuthClientSecretin interfaceTokenProviderConfig
-
getAuthAudience
- Specified by:
getAuthAudiencein interfaceTokenProviderConfig
-
getAuthRequestTimeout
- Specified by:
getAuthRequestTimeoutin interfaceTokenProviderConfig
-
getAuthRetryDelay
- Specified by:
getAuthRetryDelayin interfaceTokenProviderConfig
-
getOperatorId
public long getOperatorId()- Specified by:
getOperatorIdin interfaceProtocolHandlerConfig
-
getProtocolConnectTimeout
- Specified by:
getProtocolConnectTimeoutin interfaceProtocolHandlerConfig
-
getProtocolMaxSendBufferSize
public int getProtocolMaxSendBufferSize()- Specified by:
getProtocolMaxSendBufferSizein interfaceProtocolHandlerConfig
-
getProtocolEnqueueTimeout
- Specified by:
getProtocolEnqueueTimeoutin interfaceProtocolHandlerConfig
-
getProtocolDequeueTimeout
- Specified by:
getProtocolDequeueTimeoutin interfaceProtocolHandlerConfig
-
getProtocolReceiveResponseTimeout
- Specified by:
getProtocolReceiveResponseTimeoutin interfaceProtocolHandlerConfig
-
getProtocolRetryCount
public int getProtocolRetryCount()- Specified by:
getProtocolRetryCountin interfaceProtocolHandlerConfig
-
getProtocolNumberOfDispatchers
public int getProtocolNumberOfDispatchers()- Specified by:
getProtocolNumberOfDispatchersin interfaceProtocolHandlerConfig
-
getWsServer
- Specified by:
getWsServerin interfaceWebSocketConnectionConfig
-
getWsReconnectTimeout
- Specified by:
getWsReconnectTimeoutin interfaceWebSocketConnectionConfig
-
getWsFetchMessageTimeout
- Specified by:
getWsFetchMessageTimeoutin interfaceWebSocketConnectionConfig
-
getWsSendMessageTimeout
- Specified by:
getWsSendMessageTimeoutin interfaceWebSocketConnectionConfig
-
getWsReceiveMessageTimeout
- Specified by:
getWsReceiveMessageTimeoutin interfaceWebSocketConnectionConfig
-
getWsConsumerGraceTimeout
- Specified by:
getWsConsumerGraceTimeoutin interfaceWebSocketConnectionConfig
-
getWsRefreshConnectionTimeout
- Specified by:
getWsRefreshConnectionTimeoutin interfaceWebSocketConnectionConfig
-
getWsNumberOfConnections
public int getWsNumberOfConnections()- Specified by:
getWsNumberOfConnectionsin interfaceConnectionProviderConfig
-