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:
Serializable

public class StompConnectionFailedEvent extends StompIntegrationEvent
The StompIntegrationEvent implementation for the failed connection exceptions.
Since:
4.2.2
See Also:
  • Constructor Details

    • StompConnectionFailedEvent

      public StompConnectionFailedEvent(Object source, Throwable cause)