Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.MatchUpdateEntity
-
Packages that use MatchUpdateEntity Package Description com.sportradar.livedata.sdk.dispatch.livescout com.sportradar.livedata.sdk.feed.livescout.entities Contains Live Scout related entitiescom.sportradar.livedata.sdk.feed.livescout.interfaces Contains Live Scout related interfaces -
-
Uses of MatchUpdateEntity in com.sportradar.livedata.sdk.dispatch.livescout
Methods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type MatchUpdateEntity Modifier and Type Method Description protected void
EntityEventHandler. dispatchFullMatchUpdateReceived(MatchUpdateEntity matchUpdate)
protected void
LoggingEntityEventHandler. dispatchFullMatchUpdateReceived(MatchUpdateEntity matchUpdate)
protected void
StatisticsLiveScoutEntityEventHandler. dispatchFullMatchUpdateReceived(MatchUpdateEntity matchUpdate)
protected void
EntityEventHandler. dispatchFullPaginatedMatchUpdateReceived(MatchUpdateEntity matchUpdate)
protected void
EntityEventHandler. dispatchMatchUpdate(MatchUpdateEntity matchUpdate)
protected void
LoggingEntityEventHandler. dispatchMatchUpdate(MatchUpdateEntity matchUpdate)
protected void
StatisticsLiveScoutEntityEventHandler. dispatchMatchUpdate(MatchUpdateEntity matchUpdate)
protected void
EntityEventHandler. dispatchOnMatchDeltaUpdateDeltaReceived(MatchUpdateEntity matchUpdate)
protected void
LoggingEntityEventHandler. dispatchOnMatchDeltaUpdateDeltaReceived(MatchUpdateEntity matchUpdate)
protected void
StatisticsLiveScoutEntityEventHandler. dispatchOnMatchDeltaUpdateDeltaReceived(MatchUpdateEntity matchUpdate)
protected void
EntityEventHandler. dispatchOnMatchDeltaUpdateReceived(MatchUpdateEntity matchUpdate)
protected void
LoggingEntityEventHandler. dispatchOnMatchDeltaUpdateReceived(MatchUpdateEntity matchUpdate)
protected void
StatisticsLiveScoutEntityEventHandler. dispatchOnMatchDeltaUpdateReceived(MatchUpdateEntity matchUpdate)
-
Uses of MatchUpdateEntity in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return MatchUpdateEntity Modifier and Type Method Description MatchUpdateEntity
JaxbLiveScoutEntityFactory. buildMatchUpdateEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Match match)
static MatchUpdateEntity
ScoutFakeBetStopFactory. generateBetStop(EventIdentifier id, org.joda.time.DateTime time)
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return types with arguments of type MatchUpdateEntity Modifier and Type Method Description List<MatchUpdateEntity>
MatchListEntity. getMatches()
Gets match listMethods in com.sportradar.livedata.sdk.feed.livescout.entities with parameters of type MatchUpdateEntity Modifier and Type Method Description static void
JaxbLiveScoutEntityFactoryHelper. applyStatusOrScoreOrRed(MatchUpdateEntity result, IncomingMessage item)
-
Uses of MatchUpdateEntity in com.sportradar.livedata.sdk.feed.livescout.interfaces
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces that return MatchUpdateEntity Modifier and Type Method Description MatchUpdateEntity
LiveScoutEntityFactory. buildMatchUpdateEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Match matchUpdate)
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type MatchUpdateEntity Modifier and Type Method Description void
LiveScoutFeedListener. onFullMatchUpdateReceived(LiveScoutFeed sender, MatchUpdateEntity matchUpdate)
Invoked by the observedLiveScoutFeed
when full match update is received.void
LiveScoutFeedListener. onFullPaginatedMatchUpdateReceived(LiveScoutFeed sender, MatchUpdateEntity matchUpdate)
Invoked by the observedLiveScoutFeed
when partial match update is received.void
LiveScoutFeedListener. onMatchDeltaUpdateReceived(LiveScoutFeed sender, MatchUpdateEntity matchUpdate)
Invoked by the observedLiveScoutFeed
when match delta update is received.void
LiveScoutFeedListener. onMatchDeltaUpdateUpdateReceived(LiveScoutFeed sender, MatchUpdateEntity matchUpdate)
Invoked by the observedLiveScoutFeed
when match delta update delta message is received.void
LiveScoutFeedListener. onMatchUpdateReceived(LiveScoutFeed sender, MatchUpdateEntity matchUpdate)
Invoked by the observedLiveScoutFeed
when match update message is received.
-