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

public abstract class StompIntegrationEvent extends org.springframework.integration.events.IntegrationEvent
Base class for all IntegrationEvents generated by the STOMP Adapters.
Since:
4.2
See Also:
  • Constructor Details

    • StompIntegrationEvent

      public StompIntegrationEvent(Object source)
    • StompIntegrationEvent

      public StompIntegrationEvent(Object source, Throwable cause)