Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.MatchDataEntity
-
Packages that use MatchDataEntity 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 MatchDataEntity in com.sportradar.livedata.sdk.dispatch.livescout
Methods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type MatchDataEntity Modifier and Type Method Description protected void
EntityEventHandler. dispatchMatchData(MatchDataEntity entity)
protected void
LoggingEntityEventHandler. dispatchMatchData(MatchDataEntity matchData)
protected void
StatisticsLiveScoutEntityEventHandler. dispatchMatchData(MatchDataEntity matchData)
-
Uses of MatchDataEntity in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return MatchDataEntity Modifier and Type Method Description MatchDataEntity
JaxbLiveScoutEntityFactory. buildMatchDataEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchdata matchdata)
-
Uses of MatchDataEntity in com.sportradar.livedata.sdk.feed.livescout.interfaces
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces that return MatchDataEntity Modifier and Type Method Description MatchDataEntity
LiveScoutEntityFactory. buildMatchDataEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchdata matchdata)
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type MatchDataEntity Modifier and Type Method Description void
LiveScoutFeedListener. onMatchDataReceived(LiveScoutFeed sender, MatchDataEntity matchData)
Invoked by the observedLiveScoutFeed
when match data is received.
-