Uses of Interface
com.sportradar.livedata.sdk.dispatch.livescout.LiveScoutDispatcher
Packages that use LiveScoutDispatcher
Package
Description
This package should only contain classes associated with IOC container used to build the dependency tree.
-
Uses of LiveScoutDispatcher in com.sportradar.livedata.sdk.di
Methods in com.sportradar.livedata.sdk.di that return LiveScoutDispatcherModifier and TypeMethodDescriptionprotected LiveScoutDispatcherLiveScoutInjectionModule.provideDispatcher(ExecutorService executorService, SimpleJMX jmxManager) -
Uses of LiveScoutDispatcher in com.sportradar.livedata.sdk.dispatch.livescout
Classes in com.sportradar.livedata.sdk.dispatch.livescout that implement LiveScoutDispatcherModifier and TypeClassDescriptionclassALiveScoutDispatcherimplementation which uses disruptor to dispatch messages on multiple threads -
Uses of LiveScoutDispatcher in com.sportradar.livedata.sdk.feed.livescout.classes
Constructors in com.sportradar.livedata.sdk.feed.livescout.classes with parameters of type LiveScoutDispatcherModifierConstructorDescriptionLiveScoutFeedImpl(ProtocolManager<OutgoingMessage, LiveScoutEntityBase> protocolManager, LiveScoutUserRequestManager userRequestManager, LiveScoutDispatcher dispatcher, LiveScoutSettings settings) Initializes a new instance of theLiveScoutFeedImplclass.