Package org.springframework.resilience.annotation


@NullMarked package org.springframework.resilience.annotation
Annotation-based retry and concurrency limit support.
  • Class
    Description
    A common annotation specifying a concurrency limit for an individual method, or for all proxy-invoked methods in a given class hierarchy if annotated at the type level.
    A convenient BeanPostProcessor that applies a concurrency interceptor to all bean methods annotated with @ConcurrencyLimit.
    Enables Spring's core resilience features for method invocations: @Retryable as well as @ConcurrencyLimit.
    @Configuration class that registers the Spring infrastructure beans necessary to enable proxy-based method invocations with retry and concurrency limit behavior.
    A common annotation specifying retry characteristics for an individual method, or for all proxy-invoked methods in a given class hierarchy if annotated at the type level.
    A convenient BeanPostProcessor that applies a retry interceptor to all bean methods annotated with @Retryable.