Package | Description |
---|---|
org.springframework.messaging.handler |
Basic abstractions for working with message handler methods.
|
org.springframework.messaging.handler.invocation |
Common infrastructure for invoking message handler methods.
|
org.springframework.messaging.simp |
Generic support for Simple Messaging Protocols including protocols such as STOMP.
|
org.springframework.messaging.simp.annotation.support |
Support classes for handling messages from simple messaging protocols
(like STOMP).
|
Class and Description |
---|
AbstractMessageCondition
Base class for
MessageCondition's that pre-declares abstract methods
AbstractMessageCondition.getContent() and AbstractMessageCondition.getToStringInfix() in order to provide
implementations of AbstractMessageCondition.equals(Object) , AbstractMessageCondition.hashCode() , and
AbstractMessageCondition.toString() . |
DestinationPatternsMessageCondition
A
MessageCondition for matching the destination of a Message
against one or more destination patterns using a PathMatcher . |
HandlerMethod |
HandlerMethod.HandlerMethodParameter
A MethodParameter with HandlerMethod-specific behavior.
|
MessageCondition
Contract for mapping conditions to messages.
|
Class and Description |
---|
HandlerMethod |
MessagingAdviceBean
Represents a Spring-managed bean with cross-cutting functionality to be
applied to one or more Spring beans with annotation-based message
handling methods.
|
Class and Description |
---|
AbstractMessageCondition
Base class for
MessageCondition's that pre-declares abstract methods
AbstractMessageCondition.getContent() and AbstractMessageCondition.getToStringInfix() in order to provide
implementations of AbstractMessageCondition.equals(Object) , AbstractMessageCondition.hashCode() , and
AbstractMessageCondition.toString() . |
DestinationPatternsMessageCondition
A
MessageCondition for matching the destination of a Message
against one or more destination patterns using a PathMatcher . |
MessageCondition
Contract for mapping conditions to messages.
|
Class and Description |
---|
HandlerMethod |