|
Spring Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.integration.history.MessageHistory
public class MessageHistory
Threadsafe Iterable list of MessageHistoryEvent instances.
| Constructor Summary | |
|---|---|
MessageHistory()
|
|
| Method Summary | |
|---|---|
MessageHistoryEvent |
addEvent(NamedComponent component)
Add a new event with the provided component metadata. |
boolean |
equals(Object other)
|
int |
hashCode()
|
Iterator<MessageHistoryEvent> |
iterator()
Returns a weakly consistent iterator that will never throw ConcurrentModificationException as in ConcurrentLinkedQueue.iterator(). |
String |
toString()
Returns a String representation of the history event list. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageHistory()
| Method Detail |
|---|
public MessageHistoryEvent addEvent(NamedComponent component)
public Iterator<MessageHistoryEvent> iterator()
ConcurrentLinkedQueue.iterator().
iterator in interface Iterable<MessageHistoryEvent>public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
Spring Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||