Package | Description |
---|---|
org.springframework.batch.retry.backoff |
Infrastructure implementations of retry backoff concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectWaitSleeper
Simple
Sleeper implementation that just waits on a local Object. |
Modifier and Type | Method and Description |
---|---|
void |
ExponentialBackOffPolicy.setSleeper(Sleeper sleeper)
Public setter for the
Sleeper strategy. |
void |
FixedBackOffPolicy.setSleeper(Sleeper sleeper)
Public setter for the
Sleeper strategy. |
Copyright © 2013 SpringSource. All rights reserved.