Class MessagingEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.event.core.MessagingEvent
- All Implemented Interfaces:
Serializable
A subclass of
ApplicationEvent
that wraps a Message
.- Author:
- Mark Fisher, Artem Bilan
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionMessagingEvent
(Message<?> message) Construct an instance based on the provided message. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
MessagingEvent
Construct an instance based on the provided message.- Parameters:
message
- the message for event.
-
-
Method Details
-
getMessage
-