Interface MulticastMessageSender

    • Method Detail

      • broadcast

        boolean broadcast​(Message message)
                   throws java.io.IOException
        Broadcasts or Multicasts the given Message to all members
        Parameters:
        message - a message which is sent to all members
        Returns:
        true if the message is sent to all members successfully, otherwise false
        Throws:
        java.io.IOException - if I/O error occurs or given parameters are not valid