Interface MessageCollectionMessage<T>

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

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