Commit

data class Commit(val headers: StompCommitHeaders) : StompFrame(source)

A COMMIT frame is a client frame used to commit a transaction in progress.

Constructors

Link copied to clipboard
constructor(headers: StompCommitHeaders)

Properties

Link copied to clipboard
open val body: FrameBody? = null

The body of this STOMP frame.

Link copied to clipboard

The body of this frame as text.

Link copied to clipboard

The command of this STOMP frame, which is the first word of the frame.

Link copied to clipboard
open override val headers: StompCommitHeaders

The headers of this STOMP frame.