Class SessionSubscribeEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.web.socket.messaging.AbstractSubProtocolEvent
org.springframework.web.socket.messaging.SessionSubscribeEvent
- All Implemented Interfaces:
- Serializable
Event raised when a new WebSocket client using a Simple Messaging Protocol
(for example, STOMP) sends a subscription request.
- Since:
- 4.0.3
- Author:
- Rossen Stoyanchev
- See Also:
- 
Field SummaryFields inherited from class EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionSessionSubscribeEvent(Object source, Message<byte[]> message) SessionSubscribeEvent(Object source, Message<byte[]> message, @Nullable Principal user) 
- 
Method SummaryMethods inherited from class AbstractSubProtocolEventgetMessage, getUser, toStringMethods inherited from class ApplicationEventgetTimestampMethods inherited from class EventObjectgetSource
- 
Constructor Details- 
SessionSubscribeEvent
- 
SessionSubscribeEvent
 
-