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
 (e.g. STOMP) sends a request to remove a subscription.
- Since:
- 4.0.3
- Author:
- Rossen Stoyanchev
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionSessionUnsubscribeEvent(Object source, Message<byte[]> message) SessionUnsubscribeEvent(Object source, Message<byte[]> message, Principal user) 
- 
Method SummaryMethods inherited from class org.springframework.web.socket.messaging.AbstractSubProtocolEventgetMessage, getUser, toStringMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
SessionUnsubscribeEvent
- 
SessionUnsubscribeEvent
 
-