sessionId | String Session ID to identify the WebSocket session. |
message | Object Sends messages containing the payload to the destination. The message could be a byte array or a text message. |
sent | Boolean Flags indicating the result of the send operation. A value of : true indicates that the WebSocket session was sent successfully. false indicates that the WebSocket session was not sent successfully. |