|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.support.ComponentMetadata
org.springframework.integration.history.MessageHistoryEvent
public class MessageHistoryEvent
Metadata about a historically relevant messaging event along with a timestamp that is generated when this event is created.
Field Summary | |
---|---|
static java.lang.String |
TIMESTAMP
|
Fields inherited from class org.springframework.integration.support.ComponentMetadata |
---|
COMPONENT_NAME, COMPONENT_TYPE |
Constructor Summary | |
---|---|
MessageHistoryEvent(ComponentMetadata metadata)
Create a MessageHistoryEvent with the metadata of the source component. |
Method Summary | |
---|---|
long |
getTimestamp()
Returns the timestamp generated when this event was created. |
Methods inherited from class org.springframework.integration.support.ComponentMetadata |
---|
equals, getAttribute, getAttribute, getAttributes, getComponentName, getComponentType, hashCode, setAttribute, setAttribute, setAttribute, setComponentName, setComponentType, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TIMESTAMP
Constructor Detail |
---|
public MessageHistoryEvent(ComponentMetadata metadata)
Method Detail |
---|
public long getTimestamp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |