Uses of Interface
org.springframework.messaging.handler.MessagingAdviceBean
Packages that use MessagingAdviceBean Package Description org.springframework.messaging.handler.invocation Common infrastructure for invoking message handler methods.org.springframework.messaging.handler.invocation.reactive Common infrastructure for invoking message handler methods with non-blocking, and reactive contracts.Uses of MessagingAdviceBean in org.springframework.messaging.handler.invocation
Methods in org.springframework.messaging.handler.invocation with parameters of type MessagingAdviceBean Modifier and Type Method Description protected void
AbstractMethodMessageHandler. registerExceptionHandlerAdvice(MessagingAdviceBean bean, AbstractExceptionHandlerMethodResolver resolver)
Subclasses can invoke this method to populate the MessagingAdviceBean cache (e.g.Uses of MessagingAdviceBean in org.springframework.messaging.handler.invocation.reactive
Methods in org.springframework.messaging.handler.invocation.reactive with parameters of type MessagingAdviceBean Modifier and Type Method Description protected void
AbstractMethodMessageHandler. registerExceptionHandlerAdvice(MessagingAdviceBean bean, AbstractExceptionHandlerMethodResolver resolver)
Subclasses can invoke this method to populate the MessagingAdviceBean cache (e.g.