Package | Description |
---|---|
org.springframework.retry.annotation | |
org.springframework.retry.interceptor |
Infrastructure implementations of retry aop concerns.
|
org.springframework.retry.policy |
Infrastructure implementations of retry policy concerns.
|
org.springframework.retry.support |
Infrastructure implementations of retry support concerns.
|
Class and Description |
---|
RetryContextCache
Simple map-like abstraction for stateful retry policies to use when storing
and retrieving
RetryContext instances. |
Class and Description |
---|
SimpleRetryPolicy
Simple retry policy that retries a fixed number of times for a set of named
exceptions (and subclasses).
|
Class and Description |
---|
NeverRetryPolicy
A
RetryPolicy that allows the first attempt but never permits a
retry. |
RetryCacheCapacityExceededException
Exception that indicates that a cache limit was exceeded.
|
RetryContextCache
Simple map-like abstraction for stateful retry policies to use when storing
and retrieving
RetryContext instances. |
Class and Description |
---|
RetryContextCache
Simple map-like abstraction for stateful retry policies to use when storing
and retrieving
RetryContext instances. |
Copyright © 2014 SpringSource. All rights reserved.