Uses of Class
com.sportradar.livedata.sdk.feed.common.TestDelay
-
Packages that use TestDelay Package Description com.sportradar.livedata.sdk.feed.common Contains files common to all feeds -
-
Uses of TestDelay in com.sportradar.livedata.sdk.feed.common
Subclasses of TestDelay in com.sportradar.livedata.sdk.feed.common Modifier and Type Class Description class
TestDelayWithSpeed
Represents a delay specification for the test server together with some speed.Methods in com.sportradar.livedata.sdk.feed.common that return TestDelay Modifier and Type Method Description static TestDelay
TestDelay. fromDelay(org.joda.time.Duration skip)
Constructs test delay instancestatic TestDelay
TestDelay. fromMsgNr(int msgNr)
Constructs test delay instancestatic TestDelay
TestDelay. fromMsgNrAndSkip(int msgNr, org.joda.time.Duration skip)
Constructs test delay instance
-