Interface MessageCollectionMessage<T>

  • Type Parameters:
    T - The Message type.
    All Superinterfaces:
    java.lang.Iterable<T>, Message, java.io.Serializable
    All Known Implementing Classes:
    StructuredDataCollectionMessage

    public interface MessageCollectionMessage<T>
    extends Message, java.lang.Iterable<T>
    A Message that is a collection of Messages.