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:
java.io.Serializable

public class MessageGroupExpiredEvent
extends IntegrationEvent
Event representing the expiration of a message group.
Since:
4.0.1
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class org.springframework.integration.events.IntegrationEvent

    cause

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors 
    Constructor Description
    MessageGroupExpiredEvent​(java.lang.Object source, java.lang.Object groupId, int messageCount, java.util.Date lastModified, java.util.Date expired, boolean discarded)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Date getExpired()  
    java.lang.Object getGroupId()  
    protected java.util.Date getLastModified()  
    int getMessageCount()  
    boolean isDiscarded()  
    java.lang.String toString()  

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait