You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varreconnectPolicy=newReconnectPolicyBuilder().withExponentialBackoff().withDelayIntervals(1,2,5,10,30).maxRetries(5)//These last two options wouldn't be used with the withDelayIntervals option.withConstantDelay(10).build()
We'd have to consider how to best handle conflicting options being configured.