Interface MessageProducer

    • Method Detail

      • send

        void send​(String destination,
                  Message message)
        Send a message
        Parameters:
        destination - the destination channel
        message - the message to send
        See Also:
        Message