Uses of Class
com.sportradar.livedata.sdk.common.settings.LiveFeedSettings
-
Packages that use LiveFeedSettings Package Description com.sportradar.livedata.sdk.common.settings Contains classes and interfaces associated with settingscom.sportradar.livedata.sdk.proto Contains classes and interfaces which are shared between different protocols. -
-
Uses of LiveFeedSettings in com.sportradar.livedata.sdk.common.settings
Subclasses of LiveFeedSettings in com.sportradar.livedata.sdk.common.settings Modifier and Type Class Description class
LiveScoutSettings
Represents a part of the application's configuration file related to the live-scout -
Uses of LiveFeedSettings in com.sportradar.livedata.sdk.proto
Constructors in com.sportradar.livedata.sdk.proto with parameters of type LiveFeedSettings Constructor Description LiveFeedProtocol(Gateway gateway, MessageParser<IncomingMessage> messageParser, MessageWriter<OutgoingMessage> messageWriter, RateLimiter rateLimiter, OutgoingMessageInspector<OutgoingMessage> outgoingMessageInspector, StatusFactory statusFactory, LiveFeedSettings settings)
Initializes a new instance of theLiveFeedProtocol
class.
-