Class StompSessionConnectedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.stomp.event.StompIntegrationEvent
org.springframework.integration.stomp.event.StompSessionConnectedEvent
- All Implemented Interfaces:
Serializable
The
StompIntegrationEvent
indicating the STOMP session establishment.- Since:
- 4.2.2
- Author:
- Artem Bilan
- See Also:
-
Field Summary
Fields inherited from class org.springframework.integration.events.IntegrationEvent
cause
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsType, toString
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
StompSessionConnectedEvent
-