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 Details

    • TestDelayWithSpeed

      protected TestDelayWithSpeed(Integer msgNr, org.joda.time.Duration delay)
  • Method Details

    • fromMsgNrWithSpeed

      public static TestDelayWithSpeed fromMsgNrWithSpeed(int msgNr, org.joda.time.Duration speed)
      Constructs test delay instance
      Parameters:
      msgNr - msgnr to start the test with
      speed - speed with which messages should be send
      Returns:
      test delay instance