Class MessageList

    • Constructor Detail

      • MessageList

        public MessageList​(java.util.UUID clientId)
        Constructor with the given client ID.
        Parameters:
        clientId - the client ID
      • MessageList

        public MessageList​(java.util.UUID clientId,
                           int size)
        Constructor with a client ID and a size.
        Parameters:
        clientId - the client ID
        size - the size
      • MessageList

        public MessageList​(java.util.UUID clientId,
                           PlatformMessage... msgs)
        Constructor with a client ID and a list of messages. If any of the messages passed to this constructor are themselves MessageLists, then you may want to add them with the ArrayList.addAll(java.util.Collection) method if you want them added as individual messages instead of a nested MessageList within this MessageList.
        Parameters:
        clientId - the client ID
        msgs - the messages