Class TestDelayWithSpeed
java.lang.Object
com.sportradar.livedata.sdk.feed.common.TestDelay
com.sportradar.livedata.sdk.feed.common.TestDelayWithSpeed
Represents a delay specification for the test server together with some speed.
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTestDelayWithSpeed(Integer msgNr, org.joda.time.Duration delay) -
Method Summary
Modifier and TypeMethodDescriptionstatic TestDelayWithSpeedfromMsgNrWithSpeed(int msgNr, org.joda.time.Duration speed) Constructs test delay instance
-
Constructor Details
-
TestDelayWithSpeed
-
-
Method Details
-
fromMsgNrWithSpeed
Constructs test delay instance- Parameters:
msgNr- msgnr to start the test withspeed- speed with which messages should be send- Returns:
- test delay instance
-