Class LiveScoutTestManagerImpl
java.lang.Object
com.sportradar.livedata.sdk.feed.common.LiveFeedTestManagerBase
com.sportradar.livedata.sdk.feed.livescout.classes.LiveScoutTestManagerImpl
- All Implemented Interfaces:
- TestManager,- LiveScoutTestManager
public class LiveScoutTestManagerImpl
extends LiveFeedTestManagerBase
implements LiveScoutTestManager
Represents a class used to drive the LiveScout test server
- 
Field SummaryFields inherited from class com.sportradar.livedata.sdk.feed.common.LiveFeedTestManagerBaseprotocol
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanIs the test manager available?voidsubscribe(EventIdentifier id, TestDelayWithSpeed delay) Subscribe to an eventMethods inherited from class com.sportradar.livedata.sdk.feed.common.LiveFeedTestManagerBasesend
- 
Constructor Details- 
LiveScoutTestManagerImpl
 
- 
- 
Method Details- 
isEnabledpublic boolean isEnabled()Is the test manager available?- Specified by:
- isEnabledin interface- TestManager
- Returns:
- - false when not in test mode; true else
 
- 
subscribeSubscribe to an event- Specified by:
- subscribein interface- LiveScoutTestManager
- Parameters:
- id- - event id
- delay- - start message number can be specified and a speed how fast new events arrive
 
 
-