Send
data class Send(val headers: StompSendHeaders, val body: FrameBody?) : StompFrame
Content copied to clipboard
A SEND frame is a client frame used to send a message to a destination in the messaging system. The optional body of the SEND frame is the message to be sent.