|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.springframework.batch.retry.backoff | |
|---|---|
| org.springframework.batch.retry.backoff | Infrastructure implementations of retry backoff concerns. |
| org.springframework.batch.retry.support | Infrastructure implementations of retry support concerns. |
| Classes in org.springframework.batch.retry.backoff used by org.springframework.batch.retry.backoff | |
|---|---|
| BackOffContext
|
|
| BackOffInterruptedException
Exception class signifiying that an attempt to back off using a BackOffPolicy was interrupted, most likely by an
InterruptedException during a call to Thread.sleep(long). |
|
| BackOffPolicy
Strategy interface to control back off between attempts in a single retry operation. |
|
| Sleeper
Strategy interface for backoff policies to delegate the pausing of execution. |
|
| StatelessBackOffPolicy
Simple base class for BackOffPolicy implementations that maintain no
state across invocations. |
|
| Classes in org.springframework.batch.retry.backoff used by org.springframework.batch.retry.support | |
|---|---|
| BackOffPolicy
Strategy interface to control back off between attempts in a single retry operation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||