Uses of Interface
com.sportradar.livedata.sdk.feed.common.EntityMapper
Packages that use EntityMapper
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 EntityMapper in com.sportradar.livedata.sdk.di
Methods in com.sportradar.livedata.sdk.di with parameters of type EntityMapperModifier and TypeMethodDescriptionprotected ProtocolManager<OutgoingMessage, LiveScoutEntityBase> LiveScoutInjectionModule.provideProtocolManager(Protocol<IncomingMessage, OutgoingMessage> protocol, EntityMapper<IncomingMessage, LiveScoutEntityBase> entityMapper, LiveScoutUserRequestManagerImpl userRequestManager, LiveScoutClientAliveProducer aliveProducer) -
Uses of EntityMapper in com.sportradar.livedata.sdk.feed.common
Constructors in com.sportradar.livedata.sdk.feed.common with parameters of type EntityMapperModifierConstructorDescriptionLiveFeedProtocolManager(Protocol<IncomingMessage, OutgoingMessage> protocol, EntityMapper<IncomingMessage, LiveScoutEntityBase> entityMapper, MessageProcessor<LiveScoutEntityBase> messageProcessor, RequestProducer<OutgoingMessage> requestProducer) Initializes a new instance of theLiveFeedProtocolManagerclass -
Uses of EntityMapper in com.sportradar.livedata.sdk.feed.livescout.classes
Classes in com.sportradar.livedata.sdk.feed.livescout.classes that implement EntityMapperModifier and TypeClassDescriptionclassAEntityMapperimplementation used to map protocol layer scout messages into feed layer scout entities.