addJitter property

bool addJitter
final

Whether to add jitter to the exponential backoff.

Jitter is a random value added to the delay to prevent multiple clients from retrying at the same time.

Implementation

final bool addJitter;