Uses of Class
com.attivio.sdk.esb.MessageHistory
-
Packages that use MessageHistory Package Description com.attivio.sdk.esb -
-
Uses of MessageHistory in com.attivio.sdk.esb
Methods in com.attivio.sdk.esb that return MessageHistory Modifier and Type Method Description MessageHistory
MessageHistory. clone()
Methods in com.attivio.sdk.esb that return types with arguments of type MessageHistory Modifier and Type Method Description java.util.List<MessageHistory>
AbstractListMessage. getMessageHistory()
Gets the list of components that have processed this message.java.util.List<MessageHistory>
AbstractPlatformMessage. getMessageHistory()
Gets this message's history.java.util.List<MessageHistory>
PlatformMessage. getMessageHistory()
Gets the list of components that have processed this message.Methods in com.attivio.sdk.esb with parameters of type MessageHistory Modifier and Type Method Description void
AbstractListMessage. addMessageHistory(MessageHistory msg)
Adds a message to the message history.void
AbstractPlatformMessage. addMessageHistory(MessageHistory msg)
Adds a piece of message history.void
PlatformMessage. addMessageHistory(MessageHistory item)
Adds an item to this message's history.Method parameters in com.attivio.sdk.esb with type arguments of type MessageHistory Modifier and Type Method Description void
AbstractListMessage. addMessageHistory(java.util.List<MessageHistory> historyList)
Adds a list of history.void
AbstractPlatformMessage. addMessageHistory(java.util.List<MessageHistory> historyList)
Adds a list of history.void
PlatformMessage. addMessageHistory(java.util.List<MessageHistory> historyList)
Adds items to this message's history.
-