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.
|
backOff, start
protected void doBackOff() throws BackOffInterruptedException
StatelessBackOffPolicy
doBackOff
in class StatelessBackOffPolicy
BackOffInterruptedException
Copyright © 2014 SpringSource. All rights reserved.