Class TestDelayWithSpeed
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.common.TestDelay
-
- com.sportradar.livedata.sdk.feed.common.TestDelayWithSpeed
-
public class TestDelayWithSpeed extends TestDelay
Represents a delay specification for the test server together with some speed.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestDelayWithSpeed(Integer msgNr, org.joda.time.Duration delay)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TestDelayWithSpeed
fromMsgNrWithSpeed(int msgNr, org.joda.time.Duration speed)
Constructs test delay instance
-
-
-
Constructor Detail
-
TestDelayWithSpeed
protected TestDelayWithSpeed(Integer msgNr, org.joda.time.Duration delay)
-
-
Method Detail
-
fromMsgNrWithSpeed
public static TestDelayWithSpeed fromMsgNrWithSpeed(int msgNr, org.joda.time.Duration speed)
Constructs test delay instance- Parameters:
msgNr
- msgnr to start the test withspeed
- speed with which messages should be send- Returns:
- test delay instance
-
-