Class StatisticsLiveScoutEntityEventHandler
java.lang.Object
com.sportradar.livedata.sdk.dispatch.livescout.EntityEventHandler
com.sportradar.livedata.sdk.dispatch.livescout.LoggingEntityEventHandler
com.sportradar.livedata.sdk.dispatch.livescout.StatisticsLiveScoutEntityEventHandler
- All Implemented Interfaces:
- com.lmax.disruptor.EventHandler<LiveScoutDispatcherContainer>
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedStatisticsLiveScoutEntityEventHandler(int id, int dispatcherCount, LiveScoutFeedListener listener, LiveScoutFeed feed, LiveScoutStatisticsCounter counter) Initializes a new instance of theEntityEventHandlerclass
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddispatchFullMatchUpdateReceived(MatchUpdateEntity matchUpdate) protected voiddispatchLineups(LineupsEntity entity) protected voidprotected voiddispatchMatchData(MatchDataEntity matchData) protected voiddispatchMatchList(MatchListEntity entity) protected voidprotected voiddispatchMatchStop(MatchStopEntity entity) protected voiddispatchMatchUpdate(MatchUpdateEntity matchUpdate) protected voiddispatchOnMatchDeltaUpdateDeltaReceived(MatchUpdateEntity matchUpdate) protected voiddispatchOnMatchDeltaUpdateReceived(MatchUpdateEntity matchUpdate) Methods inherited from class com.sportradar.livedata.sdk.dispatch.livescout.LoggingEntityEventHandlerdispatchServerTimeMethods inherited from class com.sportradar.livedata.sdk.dispatch.livescout.EntityEventHandlerdispatchFullPaginatedMatchUpdateReceived, onEvent
- 
Constructor Details- 
StatisticsLiveScoutEntityEventHandlerprotected StatisticsLiveScoutEntityEventHandler(int id, int dispatcherCount, LiveScoutFeedListener listener, LiveScoutFeed feed, LiveScoutStatisticsCounter counter) Initializes a new instance of theEntityEventHandlerclass- Parameters:
- id- The id of the current- EntityEventHandlerused to determine which messages will be processed by the current instance.
- dispatcherCount- The number of- EntityEventHandlerinstances handling user events
- listener- The- LiveScoutFeedListenerinstance used to inform the user about incoming messages
- feed- The- LiveScoutFeedwhich will be passed to method calls on the user provided listener
- counter- The- LiveScoutStatisticsCounterused for counting entity calls
 
 
- 
- 
Method Details- 
dispatchMatchUpdate- Overrides:
- dispatchMatchUpdatein class- LoggingEntityEventHandler
 
- 
dispatchLineups- Overrides:
- dispatchLineupsin class- LoggingEntityEventHandler
 
- 
dispatchMatchBooking- Overrides:
- dispatchMatchBookingin class- LoggingEntityEventHandler
 
- 
dispatchOnMatchDeltaUpdateDeltaReceived- Overrides:
- dispatchOnMatchDeltaUpdateDeltaReceivedin class- LoggingEntityEventHandler
 
- 
dispatchOnMatchDeltaUpdateReceived- Overrides:
- dispatchOnMatchDeltaUpdateReceivedin class- LoggingEntityEventHandler
 
- 
dispatchFullMatchUpdateReceived- Overrides:
- dispatchFullMatchUpdateReceivedin class- LoggingEntityEventHandler
 
- 
dispatchMatchStop- Overrides:
- dispatchMatchStopin class- LoggingEntityEventHandler
 
- 
dispatchMatchData- Overrides:
- dispatchMatchDatain class- LoggingEntityEventHandler
 
- 
dispatchMatchListUpdate- Overrides:
- dispatchMatchListUpdatein class- LoggingEntityEventHandler
 
- 
dispatchMatchList- Overrides:
- dispatchMatchListin class- LoggingEntityEventHandler
 
 
-