Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.ServerTimeEntity
-
Packages that use ServerTimeEntity Package Description com.sportradar.livedata.sdk.dispatch.livescout com.sportradar.livedata.sdk.feed.livescout.entities Contains Live Scout related entitiescom.sportradar.livedata.sdk.feed.livescout.interfaces Contains Live Scout related interfaces -
-
Uses of ServerTimeEntity in com.sportradar.livedata.sdk.dispatch.livescout
Methods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type ServerTimeEntity Modifier and Type Method Description protected void
EntityEventHandler. dispatchServerTime(ServerTimeEntity entity)
protected void
LoggingEntityEventHandler. dispatchServerTime(ServerTimeEntity entity)
-
Uses of ServerTimeEntity in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return ServerTimeEntity Modifier and Type Method Description ServerTimeEntity
JaxbLiveScoutEntityFactory. buildServerTimeEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Servertime servertime)
-
Uses of ServerTimeEntity in com.sportradar.livedata.sdk.feed.livescout.interfaces
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces that return ServerTimeEntity Modifier and Type Method Description ServerTimeEntity
LiveScoutEntityFactory. buildServerTimeEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Servertime servertime)
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type ServerTimeEntity Modifier and Type Method Description void
LiveScoutFeedListener. onServerTimeReceived(LiveScoutFeed sender, ServerTimeEntity serverTime)
Server time request response
-