Package com.attivio.sdk.esb
Interface PersistsThroughCycles
-
- All Superinterfaces:
java.lang.Cloneable
,PlatformMessage
,java.io.Serializable
- All Known Implementing Classes:
DocumentList
public interface PersistsThroughCycles extends PlatformMessage
Interface used for tagging that a particular message will persist through a cycle.Messages which do not implement this interface will be deleted if they enter a component that they have already visited (cycle).
-
-
Field Summary
-
Fields inherited from interface com.attivio.sdk.esb.PlatformMessage
DEFAULT_MAX_LOG_LENGTH, MESSAGE_DROPPED, MESSAGE_SEND_TIME_PROP, PROP_MAX_LOG_LENGTH
-
-
Method Summary
-
Methods inherited from interface com.attivio.sdk.esb.PlatformMessage
addMessageHistory, addMessageHistory, clone, getClientId, getEstimatedSize, getMessageHistory, getMessageId, getMetadata, getProperty, getWorkflowQueue, getWorkflowQueue, isRedelivered, removeProperty, setClientId, setMessageId, setProperty, setRedelivered, setWorkflowQueue, setWorkflowQueue, toMessageString
-
-