public abstract class IntegrationEvent
extends org.springframework.context.ApplicationEvent
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').Constructor and Description |
---|
IntegrationEvent(java.lang.Object source) |
IntegrationEvent(java.lang.Object source,
java.lang.Throwable cause) |