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 |
---|---|
SimpAttributes |
A wrapper class for access to attributes associated with a SiMP session
(e.g.
|
SimpAttributesContextHolder |
Holder class to expose SiMP attributes associated with a session (e.g.
|
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 |
An implementation of
SimpMessageSendingOperations . |
SimpSessionScope |
A
Scope implementation exposing the attributes of a SiMP session
(e.g. |
Enum | Description |
---|---|
SimpMessageType |
A generic representation of different kinds of messages found in simple messaging
protocols like STOMP.
|