Package org.cometd.client
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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA back off strategy that always returns the same wait time.static classA strategy that increases the wait time linearly up to a maximum. -
Method Summary