Interface BayeuxClient.BackOffStrategy

All Known Implementing Classes:
BayeuxClient.BackOffStrategy.Constant, BayeuxClient.BackOffStrategy.Linear
Enclosing class:
BayeuxClient

public static interface BayeuxClient.BackOffStrategy

A strategy to controls wait times of the retry attempts in case of heartbeat failures.

Method next() is invoked when a retry attempt has failed and returns the wait time before the next retry attempt.