Uses of Interface
io.microsphere.spring.context.event.ApplicationEventInterceptorChain
Packages that use ApplicationEventInterceptorChain
-
Uses of ApplicationEventInterceptorChain in io.microsphere.spring.context.event
Methods in io.microsphere.spring.context.event with parameters of type ApplicationEventInterceptorChainModifier and TypeMethodDescriptionvoid
ApplicationEventInterceptor.intercept
(org.springframework.context.ApplicationEvent event, org.springframework.core.ResolvableType eventType, ApplicationEventInterceptorChain chain) Intercept the specifiedApplicationEvent
with its resolved type, allowing custom pre-processing, post-processing, or short-circuiting the event propagation by not invoking the next interceptor in the chain.