Uses of Class
com.sportradar.livedata.sdk.dispatch.livescout.LiveScoutDispatcherContainer
-
Packages that use LiveScoutDispatcherContainer Package Description com.sportradar.livedata.sdk.dispatch.livescout -
-
Uses of LiveScoutDispatcherContainer in com.sportradar.livedata.sdk.dispatch.livescout
Fields in com.sportradar.livedata.sdk.dispatch.livescout with type parameters of type LiveScoutDispatcherContainer Modifier and Type Field Description static com.lmax.disruptor.EventFactory<LiveScoutDispatcherContainer>
LiveScoutDispatcherContainer. CONTAINER_FACTORY
AEventFactory
used to initialize emptyLiveScoutDispatcherContainer
instances.Methods in com.sportradar.livedata.sdk.dispatch.livescout that return types with arguments of type LiveScoutDispatcherContainer Modifier and Type Method Description protected com.lmax.disruptor.EventHandler<LiveScoutDispatcherContainer>[]
LiveScoutDisruptorDispatcher. buildConsumers()
Constructs and returns an array ofEventHandler
instances representing disruptor dispatchers.Methods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type LiveScoutDispatcherContainer Modifier and Type Method Description void
LiveScoutDispatcherContainer. copy(LiveScoutDispatcherContainer other)
Copies the content of the passedDispatcherContainer
to the current one.void
EntityEventHandler. onEvent(LiveScoutDispatcherContainer entityContainer, long sequenceNumber, boolean isEndOfBatch)
Invoked by the disruptor when a message is ready to be processed by the current handler.
-