All Classes
| Class | Description |
|---|---|
| AnnotationExtractor | |
| AspectJOnClasspathCondition | |
| AspectUtil |
common Aspect util methods
|
| BulkheadAspect |
This Spring AOP aspect intercepts all methods which are annotated with a
Bulkhead
annotation. |
| BulkheadAspectExt |
BulkHead aspect extension support interface type if you want to support new types
|
| BulkheadConfiguration |
Configuration for resilience4j-bulkhead. |
| BulkheadConfigurationProperties | |
| CircuitBreakerAspect |
This Spring AOP aspect intercepts all methods which are annotated with a
CircuitBreaker
annotation. |
| CircuitBreakerAspectExt |
circuit breaker aspect extension support interface type if you want to support new types
|
| CircuitBreakerConfiguration |
Configuration for
resilience4j-circuitbreaker. |
| CircuitBreakerConfigurationProperties | |
| CompletionStageFallbackDecorator |
fallbackMethod decorator for
CompletionStage |
| DefaultFallbackDecorator |
default fallbackMethod decorator. it catches throwable and invoke the fallbackMethod method.
|
| DefaultSpelResolver | |
| FallbackConfiguration |
Configuration for FallbackDecorators. |
| FallbackDecorator |
interface of FallbackDecorator
|
| FallbackDecorators |
FallbackDecorator resolver |
| FallbackMethod |
Reflection utility for invoking a fallback method.
|
| IllegalReturnTypeException | |
| RateLimiterAspect |
This Spring AOP aspect intercepts all methods which are annotated with a
RateLimiter
annotation. |
| RateLimiterAspectExt |
RateLimiter aspect extension support interface type if you want to support new types
|
| RateLimiterConfiguration |
Configuration for resilience4j
ratelimiter. |
| RateLimiterConfigurationProperties | |
| ReactorBulkheadAspectExt |
the Reactor bulkhead logic support for the spring AOP Conditional on Reactor class existence on
spring class loader
|
| ReactorCircuitBreakerAspectExt |
the Reactor breaker logic support for the spring AOP Conditional on Reactor class existence on
spring class loader
|
| ReactorFallbackDecorator |
fallbackMethod decorator for
Flux and Mono |
| ReactorOnClasspathCondition |
the inject Rx java aspect support spring condition check
|
| ReactorRateLimiterAspectExt |
the Reactor RateLimiter logic support for the spring AOP Conditional on Reactor class existence
on spring class loader
|
| ReactorRetryAspectExt |
the Reactor Retry logic support for the spring AOP Conditional on Reactor class existence on
spring class loader
|
| ReactorTimeLimiterAspectExt | |
| RetryAspect |
This Spring AOP aspect intercepts all methods which are annotated with a
Retry
annotation. |
| RetryAspectExt |
Retry aspect extension support interface type if you want to support new types
|
| RetryConfiguration |
Configuration for resilience4j-retry. |
| RetryConfigurationProperties |
Main spring properties for retry configuration
|
| RxJava2BulkheadAspectExt |
the Rx bulkhead logic support for the spring AOP conditional on the presence of Rx classes on the
spring class loader
|
| RxJava2CircuitBreakerAspectExt |
the Rx circuit breaker logic support for the spring AOP conditional on the presence of Rx classes
on the spring class loader
|
| RxJava2FallbackDecorator |
fallbackMethod decorator for
ObservableSource, SingleSource, CompletableSource, MaybeSource and Flowable. |
| RxJava2OnClasspathCondition |
the inject Rx java aspect support spring condition check
|
| RxJava2RateLimiterAspectExt |
the Rx RateLimiter logic support for the spring AOP conditional on the presence of Rx classes on
the spring class loader
|
| RxJava2RetryAspectExt |
the Rx Retry logic support for the spring AOP conditional on the presence of Rx classes on the
spring class loader
|
| RxJava2TimeLimiterAspectExt | |
| SpelResolver | |
| SpelResolverConfiguration |
Configuration for SpelResolver. |
| SpelRootObject |
SpEL #root class
|
| ThreadPoolBulkheadConfiguration |
Configuration for ThreadPoolBulkhead |
| TimeLimiterAspect | |
| TimeLimiterAspectExt | |
| TimeLimiterConfiguration |
Configuration for resilience4j-timelimiter. |
| TimeLimiterConfigurationProperties |