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 
IntegrationEvents generated by the STOMP Adapters.- Since:
- 4.2
- Author:
- Artem Bilan, Gary Russell
- See Also:
- 
Field SummaryFields inherited from class org.springframework.integration.events.IntegrationEventcauseFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionStompIntegrationEvent(Object source) StompIntegrationEvent(Object source, Throwable cause) 
- 
Method SummaryMethods inherited from class org.springframework.integration.events.IntegrationEventgetCause, getSourceAsType, toStringMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
StompIntegrationEvent
- 
StompIntegrationEvent
 
-