Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.MatchBookingEntity
Packages that use MatchBookingEntity
Package
Description
Contains Live Scout related entities
Contains Live Scout related interfaces
- 
Uses of MatchBookingEntity in com.sportradar.livedata.sdk.dispatch.livescoutMethods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type MatchBookingEntityModifier and TypeMethodDescriptionprotected voidEntityEventHandler.dispatchMatchBooking(MatchBookingEntity entity) protected voidLoggingEntityEventHandler.dispatchMatchBooking(MatchBookingEntity matchBookingEntity) protected voidStatisticsLiveScoutEntityEventHandler.dispatchMatchBooking(MatchBookingEntity entity) 
- 
Uses of MatchBookingEntity in com.sportradar.livedata.sdk.feed.livescout.entitiesMethods in com.sportradar.livedata.sdk.feed.livescout.entities that return MatchBookingEntityModifier and TypeMethodDescriptionJaxbLiveScoutEntityFactory.buildMatchBookingEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Bookmatch bookMatch) 
- 
Uses of MatchBookingEntity in com.sportradar.livedata.sdk.feed.livescout.interfacesMethods in com.sportradar.livedata.sdk.feed.livescout.interfaces that return MatchBookingEntityModifier and TypeMethodDescriptionLiveScoutEntityFactory.buildMatchBookingEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Bookmatch bookMatch) Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type MatchBookingEntityModifier and TypeMethodDescriptionvoidLiveScoutFeedListener.onMatchBooked(LiveScoutFeed sender, MatchBookingEntity matchBooked) Invoked by the observedLiveScoutFeedwhen a match-booked reply is received.