Uses of Interface
com.sportradar.livedata.sdk.feed.livescout.interfaces.LiveScoutFeed
Packages that use LiveScoutFeed
Package
Description
This package should only contain classes associated with IOC container used to build the dependency tree.
Contains Live Scout related interfaces
Contains SDK entry point
- 
Uses of LiveScoutFeed in com.sportradar.livedata.sdk.diMethods in com.sportradar.livedata.sdk.di that return LiveScoutFeedModifier and TypeMethodDescriptionprotected LiveScoutFeedLiveScoutInjectionModule.provideFeed(jakarta.inject.Provider<ProtocolManager<OutgoingMessage, LiveScoutEntityBase>> protocolManagerProvider, jakarta.inject.Provider<LiveScoutUserRequestManagerImpl> userRequestManagerProvider, jakarta.inject.Provider<LiveScoutDispatcher> dispatcherProvider) 
- 
Uses of LiveScoutFeed in com.sportradar.livedata.sdk.dispatch.livescoutMethods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type LiveScoutFeedModifier and TypeMethodDescriptionvoidLiveScoutDisruptorDispatcher.dispatchOnClosed(LiveScoutFeed sender) voidLiveScoutDisruptorDispatcher.dispatchOnFeedEvent(LiveScoutFeed sender, FeedEventType eventType) voidLiveScoutDisruptorDispatcher.dispatchOnInitialized(LiveScoutFeed sender) voidLiveScoutDisruptorDispatcher.dispatchOnOpened(LiveScoutFeed sender) voidLiveScoutDispatcher.setFeed(LiveScoutFeed feed) Set the feed.voidLiveScoutDisruptorDispatcher.setFeed(LiveScoutFeed feed) Set the feed.Constructors in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type LiveScoutFeedModifierConstructorDescriptionprotectedEntityEventHandler(int id, int dispatcherCount, LiveScoutFeedListener listener, LiveScoutFeed feed) Initializes a new instance of theEntityEventHandlerclassLoggingEntityEventHandler(int id, int dispatcherCount, LiveScoutFeedListener listener, LiveScoutFeed feed) Initializes a new instance of theEntityEventHandlerclassprotectedStatisticsLiveScoutEntityEventHandler(int id, int dispatcherCount, LiveScoutFeedListener listener, LiveScoutFeed feed, LiveScoutStatisticsCounter counter) Initializes a new instance of theEntityEventHandlerclass
- 
Uses of LiveScoutFeed in com.sportradar.livedata.sdk.feed.livescout.classesClasses in com.sportradar.livedata.sdk.feed.livescout.classes that implement LiveScoutFeedModifier and TypeClassDescriptionclassALiveScoutFeedimplementation used to manage live-scout feed.
- 
Uses of LiveScoutFeed in com.sportradar.livedata.sdk.feed.livescout.interfacesMethods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type LiveScoutFeedModifier and TypeMethodDescriptionvoidLiveScoutFeedListener.onClosed(LiveScoutFeed sender) Invoked when the feed is closed.voidLiveScoutFeedListener.onFeedEvent(LiveScoutFeed sender, FeedEventType eventType) Invoked by the observed live feed when it encounters an special event related to the behavior of the server.voidLiveScoutFeedListener.onFullMatchUpdateReceived(LiveScoutFeed sender, MatchUpdateEntity matchUpdate) Invoked by the observedLiveScoutFeedwhen full match update is received.voidLiveScoutFeedListener.onFullPaginatedMatchUpdateReceived(LiveScoutFeed sender, MatchUpdateEntity matchUpdate) Invoked by the observedLiveScoutFeedwhen partial match update is received.voidLiveScoutFeedListener.onInitialized(LiveScoutFeed sender) Invoked when the feed is initialized and you can accept bets.voidLiveScoutFeedListener.onLineupsReceived(LiveScoutFeed sender, LineupsEntity lineups) Invoked by the observedLiveScoutFeedwhen player lineups for both teams are received.voidLiveScoutFeedListener.onMatchBooked(LiveScoutFeed sender, MatchBookingEntity matchBooked) Invoked by the observedLiveScoutFeedwhen a match-booked reply is received.voidLiveScoutFeedListener.onMatchDataReceived(LiveScoutFeed sender, MatchDataEntity matchData) Invoked by the observedLiveScoutFeedwhen match data is received.voidLiveScoutFeedListener.onMatchDeltaUpdateReceived(LiveScoutFeed sender, MatchUpdateEntity matchUpdate) Invoked by the observedLiveScoutFeedwhen match delta update is received.voidLiveScoutFeedListener.onMatchDeltaUpdateUpdateReceived(LiveScoutFeed sender, MatchUpdateEntity matchUpdate) Invoked by the observedLiveScoutFeedwhen match delta update delta message is received.voidLiveScoutFeedListener.onMatchListReceived(LiveScoutFeed sender, MatchListEntity matchList) Invoked by the observedLiveScoutFeedwhen match list requested by the user is received.voidLiveScoutFeedListener.onMatchListUpdateReceived(LiveScoutFeed sender, MatchListUpdateEntity matchList) Invoked by the observedLiveScoutFeedwhen an unsolicited match list is received.voidLiveScoutFeedListener.onMatchStopped(LiveScoutFeed sender, MatchStopEntity matchStop) Invoked by the observedLiveScoutFeedafter the was un-subscribed from a match or if subscription to a match failed.voidLiveScoutFeedListener.onMatchUpdateReceived(LiveScoutFeed sender, MatchUpdateEntity matchUpdate) Invoked by the observedLiveScoutFeedwhen match update message is received.voidLiveScoutFeedListener.onOpened(LiveScoutFeed sender) Invoked when the feed is opened.voidLiveScoutFeedListener.onServerTimeReceived(LiveScoutFeed sender, ServerTimeEntity serverTime) Server time request response
- 
Uses of LiveScoutFeed in com.sportradar.livedata.sdk.feed.sdkMethods in com.sportradar.livedata.sdk.feed.sdk that return LiveScoutFeedModifier and TypeMethodDescriptionSdk.getLiveScout()Gets theLiveScoutFeedimplementation used to manage the live-scout feed.