public class MessageGroupExpiredEvent extends IntegrationEvent
cause
source
Constructor and Description |
---|
MessageGroupExpiredEvent(Object source,
Object groupId,
int messageCount,
Date lastModified,
Date expired,
boolean discarded) |
Modifier and Type | Method and Description |
---|---|
Date |
getExpired() |
Object |
getGroupId() |
protected Date |
getLastModified() |
int |
getMessageCount() |
boolean |
isDiscarded() |
String |
toString() |
getCause, getSourceAsType
getTimestamp
getSource
public Object getGroupId()
public int getMessageCount()
protected Date getLastModified()
public Date getExpired()
public boolean isDiscarded()
public String toString()
toString
in class IntegrationEvent