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 Summary
Fields inherited from class IntegrationEvent
causeFields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionStompIntegrationEvent(Object source) StompIntegrationEvent(Object source, @Nullable Throwable cause) -
Method Summary
Methods inherited from class IntegrationEvent
getCause, getSourceAsType, toStringMethods inherited from class ApplicationEvent
getTimestampMethods inherited from class EventObject
getSource
-
Constructor Details
-
StompIntegrationEvent
-
StompIntegrationEvent
-