nextRetryDelayInMilliseconds abstract method

int? nextRetryDelayInMilliseconds(
  1. RetryContext retryContext
)

Called after the transport loses the connection.

Implementation

int? nextRetryDelayInMilliseconds(RetryContext retryContext);