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 SummaryFields inherited from class org.springframework.integration.events.IntegrationEventcauseFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionMessageGroupExpiredEvent(Object source, Object groupId, int messageCount, Date lastModified, Date expired, boolean discarded) 
- 
Method SummaryMethods inherited from class org.springframework.integration.events.IntegrationEventgetCause, getSourceAsTypeMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
MessageGroupExpiredEvent
 
- 
- 
Method Details- 
getGroupId
- 
getMessageCountpublic int getMessageCount()
- 
getLastModified
- 
getExpired
- 
isDiscardedpublic boolean isDiscarded()
- 
toString- Overrides:
- toStringin class- IntegrationEvent
 
 
-