Jitter

gears.async.Retry.Jitter
See theJitter companion trait
object Jitter

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Jitter.type

Members list

Value members

Concrete fields

val equal: Jitter

Equal jitter: randomize between the last delay duration and the suggested delay duration.

Equal jitter: randomize between the last delay duration and the suggested delay duration.

Attributes

val full: Jitter

Full jitter: randomize between 0 and the suggested delay duration.

Full jitter: randomize between 0 and the suggested delay duration.

Attributes

val none: Jitter

No jitter, always return the exact duration suggested by the policy.

No jitter, always return the exact duration suggested by the policy.

Attributes