vertx / io.vertx.reactivex.core / Vertx / timerStream

timerStream

open fun timerStream(delay: Long): TimeoutStream

Returns a one-shot timer as a read stream. The timer will be fired after delay milliseconds after the has been called.

Parameters

delay - the delay in milliseconds, after which the timer will fire

Return
the timer stream