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
public class MessageGroupExpiredEvent extends IntegrationEvent
Event representing the expiration of a message group.
- Since:
- 4.0.1
- Author:
- Gary Russell
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MessageGroupExpiredEvent(Object source, Object groupId, int messageCount, Date lastModified, Date expired, boolean discarded)
-
Method Summary
Modifier and Type Method Description Date
getExpired()
Object
getGroupId()
protected Date
getLastModified()
int
getMessageCount()
boolean
isDiscarded()
String
toString()
Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsType
-
Constructor Details
-
Method Details
-
getGroupId
-
getMessageCount
public int getMessageCount() -
getLastModified
-
getExpired
-
isDiscarded
public boolean isDiscarded() -
toString
- Overrides:
toString
in classIntegrationEvent
-