Uses of Interface
org.springframework.context.ApplicationEventPublisherAware
Packages that use ApplicationEventPublisherAware
Package
Description
Support classes for application events, like standard context events.
Annotation-based retry and concurrency limit support.
A retry interceptor arrangement based on
core.retry and Reactor.-
Uses of ApplicationEventPublisherAware in org.springframework.context.event
Classes in org.springframework.context.event that implement ApplicationEventPublisherAwareModifier and TypeClassDescriptionclassInterceptorthat publishes anApplicationEventto allApplicationListenersregistered with anApplicationEventPublisherafter each successful method invocation. -
Uses of ApplicationEventPublisherAware in org.springframework.resilience.annotation
Classes in org.springframework.resilience.annotation that implement ApplicationEventPublisherAwareModifier and TypeClassDescriptionclassA convenientBeanPostProcessorthat applies a retry interceptor to all bean methods annotated with@Retryable. -
Uses of ApplicationEventPublisherAware in org.springframework.resilience.retry
Classes in org.springframework.resilience.retry that implement ApplicationEventPublisherAwareModifier and TypeClassDescriptionclassAbstract retry interceptor implementation, adapting a given retry specification to eitherRetryTemplateor Reactor.classA simple concrete retry interceptor based on a givenMethodRetrySpec.