Interface ServerMessage.Mutable

All Superinterfaces:
Map<String,​Object>, Message, Message.Mutable, ServerMessage
All Known Implementing Classes:
ServerMessageImpl
Enclosing interface:
ServerMessage

public static interface ServerMessage.Mutable
extends ServerMessage, Message.Mutable
The mutable version of a ServerMessage
  • Method Details

    • setAssociated

      void setAssociated​(ServerMessage.Mutable message)
      Parameters:
      message - the message associated with this message
    • setLazy

      void setLazy​(boolean lazy)
      A lazy message does not provoke immediately delivery to the client but it will be delivered at first occasion or after a timeout expires
      Parameters:
      lazy - whether the message is lazy