Class StompIntegrationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.stomp.event.StompIntegrationEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StompConnectionFailedEvent
,StompExceptionEvent
,StompReceiptEvent
,StompSessionConnectedEvent
Base class for all
IntegrationEvent
s generated by the STOMP Adapters.- Since:
- 4.2
- Author:
- Artem Bilan, Gary Russell
- See Also:
-
Field Summary
Fields inherited from class org.springframework.integration.events.IntegrationEvent
cause
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionStompIntegrationEvent
(Object source) StompIntegrationEvent
(Object source, Throwable cause) -
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
-
StompIntegrationEvent
-
StompIntegrationEvent
-