See: Description
Interface | Description |
---|---|
SimpMessageSendingOperations |
A specialization of
MessageSendingOperations with methods for use with
the Spring Framework support for simple messaging protocols (like STOMP). |
Class | Description |
---|---|
SimpMessageHeaderAccessor |
A base class for working with message headers in simple messaging protocols that
support basic messaging patterns.
|
SimpMessageMappingInfo |
Encapsulates the following request mapping conditions:
SimpMessageTypeMessageCondition
DestinationPatternsMessageCondition
|
SimpMessageTypeMessageCondition |
A message condition that checks the message type.
|
SimpMessagingTemplate |
A specialization of
AbstractMessageSendingTemplate that interprets a
String-based destination as the
DESTINATION_HEADER
to be added to the headers of sent messages. |
Enum | Description |
---|---|
SimpMessageType |
A generic representation of different kinds of messages found in simple messaging
protocols like STOMP.
|