Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.MatchUpdateEntity
Packages that use MatchUpdateEntity
Package
Description
Contains Live Scout related entities
Contains Live Scout related interfaces
- 
Uses of MatchUpdateEntity in com.sportradar.livedata.sdk.dispatch.livescoutMethods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type MatchUpdateEntityModifier and TypeMethodDescriptionprotected voidEntityEventHandler.dispatchFullMatchUpdateReceived(MatchUpdateEntity matchUpdate) protected voidLoggingEntityEventHandler.dispatchFullMatchUpdateReceived(MatchUpdateEntity matchUpdate) protected voidStatisticsLiveScoutEntityEventHandler.dispatchFullMatchUpdateReceived(MatchUpdateEntity matchUpdate) protected voidEntityEventHandler.dispatchFullPaginatedMatchUpdateReceived(MatchUpdateEntity matchUpdate) protected voidEntityEventHandler.dispatchMatchUpdate(MatchUpdateEntity matchUpdate) protected voidLoggingEntityEventHandler.dispatchMatchUpdate(MatchUpdateEntity matchUpdate) protected voidStatisticsLiveScoutEntityEventHandler.dispatchMatchUpdate(MatchUpdateEntity matchUpdate) protected voidEntityEventHandler.dispatchOnMatchDeltaUpdateDeltaReceived(MatchUpdateEntity matchUpdate) protected voidLoggingEntityEventHandler.dispatchOnMatchDeltaUpdateDeltaReceived(MatchUpdateEntity matchUpdate) protected voidStatisticsLiveScoutEntityEventHandler.dispatchOnMatchDeltaUpdateDeltaReceived(MatchUpdateEntity matchUpdate) protected voidEntityEventHandler.dispatchOnMatchDeltaUpdateReceived(MatchUpdateEntity matchUpdate) protected voidLoggingEntityEventHandler.dispatchOnMatchDeltaUpdateReceived(MatchUpdateEntity matchUpdate) protected voidStatisticsLiveScoutEntityEventHandler.dispatchOnMatchDeltaUpdateReceived(MatchUpdateEntity matchUpdate) 
- 
Uses of MatchUpdateEntity in com.sportradar.livedata.sdk.feed.livescout.entitiesMethods in com.sportradar.livedata.sdk.feed.livescout.entities that return MatchUpdateEntityModifier and TypeMethodDescriptionJaxbLiveScoutEntityFactory.buildMatchUpdateEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Match match) static MatchUpdateEntityScoutFakeBetStopFactory.generateBetStop(EventIdentifier id, org.joda.time.DateTime time) Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return types with arguments of type MatchUpdateEntityMethods in com.sportradar.livedata.sdk.feed.livescout.entities with parameters of type MatchUpdateEntityModifier and TypeMethodDescriptionstatic voidJaxbLiveScoutEntityFactoryHelper.applyStatusOrScoreOrRed(MatchUpdateEntity result, IncomingMessage item) 
- 
Uses of MatchUpdateEntity in com.sportradar.livedata.sdk.feed.livescout.interfacesMethods in com.sportradar.livedata.sdk.feed.livescout.interfaces that return MatchUpdateEntityModifier and TypeMethodDescriptionLiveScoutEntityFactory.buildMatchUpdateEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Match matchUpdate) Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type MatchUpdateEntityModifier and TypeMethodDescriptionvoidLiveScoutFeedListener.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.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.onMatchUpdateReceived(LiveScoutFeed sender, MatchUpdateEntity matchUpdate) Invoked by the observedLiveScoutFeedwhen match update message is received.