Uses of Interface
org.springframework.messaging.handler.MessagingAdviceBean
Package
Description
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
Common infrastructure for invoking message handler methods.
Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
-
Uses of MessagingAdviceBean in org.springframework.messaging.handler.annotation.reactive
Modifier and TypeMethodDescriptionvoid
MessageMappingMessageHandler.registerMessagingAdvice
(MessagingAdviceBean bean) Use this method to register aMessagingAdviceBean
that may contain globally applicable@MessageExceptionHandler
methods. -
Uses of MessagingAdviceBean in org.springframework.messaging.handler.invocation
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected void
AbstractMethodMessageHandler.registerExceptionHandlerAdvice
(MessagingAdviceBean bean, AbstractExceptionHandlerMethodResolver resolver) Subclasses can invoke this method to populate the MessagingAdviceBean cache (e.g.