Package | Description |
---|---|
org.springframework.batch.retry.backoff |
Infrastructure implementations of retry backoff concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedBackOffPolicy
Implementation of
BackOffPolicy that pauses for a fixed period of
time before continuing. |
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. |
Copyright © 2013 SpringSource. All rights reserved.