public abstract class IntegrationEvent extends 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').source
Constructor and Description |
---|
IntegrationEvent(Object source) |
IntegrationEvent(Object source,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
String |
toString() |
getTimestamp
getSource