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 SummaryConstructorsModifierConstructorDescriptionprotectedTestDelayWithSpeed(Integer msgNr, org.joda.time.Duration delay) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic TestDelayWithSpeedfromMsgNrWithSpeed(int msgNr, org.joda.time.Duration speed) Constructs test delay instance
- 
Constructor Details- 
TestDelayWithSpeed
 
- 
- 
Method Details- 
fromMsgNrWithSpeedConstructs test delay instance- Parameters:
- msgNr- msgnr to start the test with
- speed- speed with which messages should be send
- Returns:
- test delay instance
 
 
-