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).