|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.retry.backoff.StatelessBackOffPolicy
org.springframework.batch.retry.backoff.NoBackOffPolicy
public class NoBackOffPolicy
Implementation of 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 Summary | |
|---|---|
NoBackOffPolicy()
|
|
| Method Summary | |
|---|---|
protected void |
doBackOff()
Sub-classes should implement this method to perform the actual back off. |
| Methods inherited from class org.springframework.batch.retry.backoff.StatelessBackOffPolicy |
|---|
backOff, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoBackOffPolicy()
| Method Detail |
|---|
protected void doBackOff()
throws BackOffInterruptedException
StatelessBackOffPolicy
doBackOff in class StatelessBackOffPolicyBackOffInterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||