Interface LiveScoutTestManager
-
- All Superinterfaces:
TestManager
- All Known Implementing Classes:
LiveScoutTestManagerImpl
public interface LiveScoutTestManager extends TestManager
Represents an interface used to drive the LiveScout test server
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
subscribe(EventIdentifier id, TestDelayWithSpeed delay)
Subscribe to an event-
Methods inherited from interface com.sportradar.livedata.sdk.feed.common.TestManager
isEnabled
-
-
-
-
Method Detail
-
subscribe
void subscribe(EventIdentifier id, TestDelayWithSpeed delay)
Subscribe to an event- Parameters:
id
- - event iddelay
- - start message number can be specified and a speed how fast new events arrive
-
-