Package | Description |
---|---|
org.springframework.messaging.handler |
Basic abstractions for working with message handler methods.
|
org.springframework.messaging.simp |
Generic support for Simple Messaging Protocols including protocols such as STOMP.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageCondition<T extends AbstractMessageCondition<T>>
Base class for
MessageCondition's that pre-declares abstract methods
getContent() and getToStringInfix() in order to provide
implementations of equals(Object) , hashCode() , and
toString() . |
Modifier and Type | Class and Description |
---|---|
class |
DestinationPatternsMessageCondition
A
MessageCondition for matching the destination of a Message
against one or more destination patterns using a PathMatcher . |
Modifier and Type | Class and Description |
---|---|
class |
SimpMessageTypeMessageCondition
MessageCondition that matches by the message type obtained via
SimpMessageHeaderAccessor.getMessageType(Map) . |