Class MessageGroupExpiredEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.aggregator.MessageGroupExpiredEvent
- All Implemented Interfaces:
Serializable
Event representing the expiration of a message group.
- Since:
- 4.0.1
- Author:
- Gary Russell
- See Also:
-
Field Summary
Fields inherited from class org.springframework.integration.events.IntegrationEvent
cause
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionMessageGroupExpiredEvent
(Object source, Object groupId, int messageCount, Date lastModified, Date expired, boolean discarded) -
Method Summary
Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsType
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
MessageGroupExpiredEvent
-
-
Method Details
-
getGroupId
-
getMessageCount
public int getMessageCount() -
getLastModified
-
getExpired
-
isDiscarded
public boolean isDiscarded() -
toString
- Overrides:
toString
in classIntegrationEvent
-