程序包 org.springframework.messaging.simp
Generic support for Simple Messaging Protocols including protocols such as STOMP.
接口概要 接口 说明 SimpMessageSendingOperations A specialization ofMessageSendingOperationswith methods for use with the Spring Framework support for Simple Messaging Protocols (like STOMP).类概要 类 说明 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.SimpLogging Holds the shared logger named "org.springframework.web.SimpLogging" to use for STOMP over WebSocket messaging when logging for "org.springframework.messaging.simp" is off but logging for "org.springframework.web" is on.SimpMessageHeaderAccessor A base class for working with message headers in simple messaging protocols that support basic messaging patterns.SimpMessageMappingInfo MessageConditionfor SImple Messaging Protocols.SimpMessageTypeMessageCondition MessageConditionthat matches by the message type obtained viaSimpMessageHeaderAccessor.getMessageType(Map).SimpMessagingTemplate An implementation ofSimpMessageSendingOperations.SimpSessionScope AScopeimplementation exposing the attributes of a SiMP session (e.g.枚举概要 枚举 说明 SimpMessageType A generic representation of different kinds of messages found in simple messaging protocols like STOMP.