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.
|
| SimpMessagingTemplate |
A specialization of
AbstractMessageSendingTemplate that adds String-based
destinations as a message header. |
| Enum | Description |
|---|---|
| SimpMessageType |
A generic representation of different kinds of messages found in simple messaging
protocols like STOMP.
|