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