| Package | Description |
|---|---|
| org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
| org.springframework.batch.retry.backoff |
Infrastructure implementations of retry backoff concerns.
|
| org.springframework.batch.retry.support |
Infrastructure implementations of retry support concerns.
|
| Class and Description |
|---|
| BackOffPolicy
Strategy interface to control back off between attempts in a single
retry operation. |
| Class and Description |
|---|
| 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. |
| Class and Description |
|---|
| BackOffPolicy
Strategy interface to control back off between attempts in a single
retry operation. |
Copyright © 2014 SpringSource. All rights reserved.