Class SessionUnsubscribeEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.web.socket.messaging.AbstractSubProtocolEvent
org.springframework.web.socket.messaging.SessionUnsubscribeEvent
- All Implemented Interfaces:
 Serializable
Event raised when a new WebSocket client using a Simple Messaging Protocol
(for example, STOMP) sends a request to remove a subscription.
- Since:
 - 4.0.3
 - Author:
 - Rossen Stoyanchev
 - See Also:
 
- 
Field Summary
Fields inherited from class EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionSessionUnsubscribeEvent(Object source, Message<byte[]> message) SessionUnsubscribeEvent(Object source, Message<byte[]> message, @Nullable Principal user)  - 
Method Summary
Methods inherited from class AbstractSubProtocolEvent
getMessage, getUser, toStringMethods inherited from class ApplicationEvent
getTimestampMethods inherited from class EventObject
getSource 
- 
Constructor Details
- 
SessionUnsubscribeEvent
 - 
SessionUnsubscribeEvent
 
 -