Uses of Interface
com.sportradar.livedata.sdk.dispatch.livescout.LiveScoutDispatcher
-
Packages that use LiveScoutDispatcher Package Description com.sportradar.livedata.sdk.di This package should only contain classes associated with IOC container used to build the dependency tree.com.sportradar.livedata.sdk.dispatch.livescout com.sportradar.livedata.sdk.feed.livescout.classes -
-
Uses of LiveScoutDispatcher in com.sportradar.livedata.sdk.di
Methods in com.sportradar.livedata.sdk.di that return LiveScoutDispatcher Modifier and Type Method Description protected LiveScoutDispatcher
LiveScoutInjectionModule. 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 LiveScoutDispatcher Modifier and Type Class Description class
LiveScoutDisruptorDispatcher
ALiveScoutDispatcher
implementation 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 LiveScoutDispatcher Constructor Description LiveScoutFeedImpl(ProtocolManager<OutgoingMessage,LiveScoutEntityBase> protocolManager, LiveScoutUserRequestManager userRequestManager, LiveScoutDispatcher dispatcher, LiveScoutSettings settings)
Initializes a new instance of theLiveScoutFeedImpl
class.
-