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 Summary
Fields inherited from class com.sportradar.livedata.sdk.feed.common.LiveFeedTestManagerBase
protocol -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIs the test manager available?voidsubscribe(EventIdentifier id, TestDelayWithSpeed delay) Subscribe to an eventMethods inherited from class com.sportradar.livedata.sdk.feed.common.LiveFeedTestManagerBase
send
-
Constructor Details
-
LiveScoutTestManagerImpl
-
-
Method Details
-
isEnabled
public boolean isEnabled()Is the test manager available?- Specified by:
isEnabledin interfaceTestManager- Returns:
- - false when not in test mode; true else
-
subscribe
Subscribe to an event- Specified by:
subscribein interfaceLiveScoutTestManager- Parameters:
id- - event iddelay- - start message number can be specified and a speed how fast new events arrive
-