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 TypeMethodDescriptionvoidApplicationEventInterceptor.intercept(org.springframework.context.ApplicationEvent event, org.springframework.core.ResolvableType eventType, ApplicationEventInterceptorChain chain) Intercept the specifiedApplicationEventwith its resolved type, allowing custom pre-processing, post-processing, or short-circuiting the event propagation by not invoking the next interceptor in the chain.