Frame Body
Represents the body of a StompFrame.
If a STOMP frame was received as a binary web socket frame, its body will be a Binary body. If a STOMP frame was received as a textual web socket frame, its body will be a Text body.
Types
Link copied to clipboard
Represents the body of a StompFrame that was received as a binary web socket frame.
Link copied to clipboard
Represents the body of a StompFrame that was received as a textual web socket frame.