getDelay abstract method

Duration getDelay(
  1. Fiber fiber
)

Returns a Duration that the SDK should wait before retrying.

Implementation

Duration getDelay(Fiber fiber);