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