public class NoBackOffPolicy extends StatelessBackOffPolicy
BackOffPolicy that performs a no-op and as such all
retry operation in a given set proceed one after the other with no pause.| Constructor and Description |
|---|
NoBackOffPolicy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doBackOff()
Sub-classes should implement this method to perform the actual back off.
|
String |
toString() |
backOff, startprotected void doBackOff()
throws BackOffInterruptedException
StatelessBackOffPolicydoBackOff in class StatelessBackOffPolicyBackOffInterruptedExceptionCopyright © 2018 SpringSource. All rights reserved.