Uses of Interface
com.sportradar.livedata.sdk.feed.common.ProtocolManager
Packages that use ProtocolManager
Package
Description
This package should only contain classes associated with IOC container used to build the dependency tree.
Contains files common to all feeds
- 
Uses of ProtocolManager in com.sportradar.livedata.sdk.diMethods in com.sportradar.livedata.sdk.di that return ProtocolManagerModifier and TypeMethodDescriptionprotected ProtocolManager<OutgoingMessage, LiveScoutEntityBase> LiveScoutInjectionModule.provideProtocolManager(Protocol<IncomingMessage, OutgoingMessage> protocol, EntityMapper<IncomingMessage, LiveScoutEntityBase> entityMapper, LiveScoutUserRequestManagerImpl userRequestManager, LiveScoutClientAliveProducer aliveProducer) Method parameters in com.sportradar.livedata.sdk.di with type arguments of type ProtocolManagerModifier and TypeMethodDescriptionprotected LiveScoutFeedLiveScoutInjectionModule.provideFeed(jakarta.inject.Provider<ProtocolManager<OutgoingMessage, LiveScoutEntityBase>> protocolManagerProvider, jakarta.inject.Provider<LiveScoutUserRequestManagerImpl> userRequestManagerProvider, jakarta.inject.Provider<LiveScoutDispatcher> dispatcherProvider) 
- 
Uses of ProtocolManager in com.sportradar.livedata.sdk.feed.commonClasses in com.sportradar.livedata.sdk.feed.common that implement ProtocolManagerModifier and TypeClassDescriptionclassAProtocolManagerimplementation used to manage protocol which connects to a live-feed
- 
Uses of ProtocolManager in com.sportradar.livedata.sdk.feed.livescout.classesConstructors in com.sportradar.livedata.sdk.feed.livescout.classes with parameters of type ProtocolManagerModifierConstructorDescriptionLiveScoutFeedImpl(ProtocolManager<OutgoingMessage, LiveScoutEntityBase> protocolManager, LiveScoutUserRequestManager userRequestManager, LiveScoutDispatcher dispatcher, LiveScoutSettings settings) Initializes a new instance of theLiveScoutFeedImplclass.