Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.MatchBookingEntity
-
Packages that use MatchBookingEntity 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 MatchBookingEntity in com.sportradar.livedata.sdk.dispatch.livescout
Methods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type MatchBookingEntity Modifier and Type Method Description protected void
EntityEventHandler. dispatchMatchBooking(MatchBookingEntity entity)
protected void
LoggingEntityEventHandler. dispatchMatchBooking(MatchBookingEntity matchBookingEntity)
protected void
StatisticsLiveScoutEntityEventHandler. dispatchMatchBooking(MatchBookingEntity entity)
-
Uses of MatchBookingEntity in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return MatchBookingEntity Modifier and Type Method Description MatchBookingEntity
JaxbLiveScoutEntityFactory. buildMatchBookingEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Bookmatch bookMatch)
-
Uses of MatchBookingEntity in com.sportradar.livedata.sdk.feed.livescout.interfaces
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces that return MatchBookingEntity Modifier and Type Method Description MatchBookingEntity
LiveScoutEntityFactory. buildMatchBookingEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Bookmatch bookMatch)
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type MatchBookingEntity Modifier and Type Method Description void
LiveScoutFeedListener. onMatchBooked(LiveScoutFeed sender, MatchBookingEntity matchBooked)
Invoked by the observedLiveScoutFeed
when a match-booked reply is received.
-