Uses of Interface
org.cometd.client.BayeuxClient.BackOffStrategy
-
Uses of BayeuxClient.BackOffStrategy in org.cometd.client
Modifier and TypeClassDescriptionstatic class
A back off strategy that always returns the same wait time.static class
A strategy that increases the wait time linearly up to a maximum.Modifier and TypeMethodDescriptionvoid
BayeuxClient.setBackOffStrategy
(BayeuxClient.BackOffStrategy backOffStrategy)