Uses of Package
org.springframework.resilience.annotation
Packages that use org.springframework.resilience.annotation
Package
Description
Annotation-based retry and concurrency limit support.
-
Classes in org.springframework.resilience.annotation used by org.springframework.resilience.annotationClassDescriptionA convenient
BeanPostProcessor
that applies a concurrency interceptor to all bean methods annotated with@ConcurrencyLimit
.A convenientBeanPostProcessor
that applies a retry interceptor to all bean methods annotated with@Retryable
.