Class StompConnectionFailedEvent
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.StompConnectionFailedEvent
- All Implemented Interfaces:
java.io.Serializable
public class StompConnectionFailedEvent extends StompIntegrationEvent
The
StompIntegrationEvent implementation for the failed connection exceptions.- Since:
- 4.2.2
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StompConnectionFailedEvent(java.lang.Object source, java.lang.Throwable cause) -
Method Summary
-
Constructor Details
-
StompConnectionFailedEvent
public StompConnectionFailedEvent(java.lang.Object source, java.lang.Throwable cause)
-