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
causeFields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionMessageGroupExpiredEvent(Object source, Object groupId, int messageCount, Date lastModified, Date expired, boolean discarded)  - 
Method Summary
Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsTypeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods 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:
 toStringin classIntegrationEvent
 
 -