- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FileIntegrationEvent, IpIntegrationEvent, MailIntegrationEvent, RedisIntegrationEvent
public abstract class IntegrationEvent
extends org.springframework.context.ApplicationEvent
Base class for all ApplicationEvent
s generated by the framework.
Contains an optional cause field; a separate Exception event hierarchy
is not possible because of Java single inheritance (modules should make
all their events subclasses of 'xxxIntegrationEvent').
- Since:
- 3.0
- Author:
- Gary Russell
- See Also:
- Serialized Form