Uses of Class
com.sportradar.livedata.sdk.dispatch.livescout.LiveScoutDispatcherContainer
Packages that use LiveScoutDispatcherContainer
- 
Uses of LiveScoutDispatcherContainer in com.sportradar.livedata.sdk.dispatch.livescoutFields in com.sportradar.livedata.sdk.dispatch.livescout with type parameters of type LiveScoutDispatcherContainerModifier and TypeFieldDescriptionstatic final com.lmax.disruptor.EventFactory<LiveScoutDispatcherContainer> LiveScoutDispatcherContainer.CONTAINER_FACTORYAEventFactoryused to initialize emptyLiveScoutDispatcherContainerinstances.Methods in com.sportradar.livedata.sdk.dispatch.livescout that return types with arguments of type LiveScoutDispatcherContainerModifier and TypeMethodDescriptionprotected com.lmax.disruptor.EventHandler<LiveScoutDispatcherContainer>[]LiveScoutDisruptorDispatcher.buildConsumers()Constructs and returns an array ofEventHandlerinstances representing disruptor dispatchers.Methods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type LiveScoutDispatcherContainerModifier and TypeMethodDescriptionvoidLiveScoutDispatcherContainer.copy(LiveScoutDispatcherContainer other) Copies the content of the passedDispatcherContainerto the current one.voidEntityEventHandler.onEvent(LiveScoutDispatcherContainer entityContainer, long sequenceNumber, boolean isEndOfBatch) Invoked by the disruptor when a message is ready to be processed by the current handler.