Unsubscribe

data class Unsubscribe(val headers: StompUnsubscribeHeaders) : StompFrame

An UNSUBSCRIBE frame is a client frame used to stop a STOMP subscription.

Constructors

Link copied to clipboard
fun Unsubscribe(headers: StompUnsubscribeHeaders)

Properties

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

The body of this STOMP frame.

Link copied to clipboard
val bodyAsText: String

The body of this frame as text.

Link copied to clipboard
val command: StompCommand

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

Link copied to clipboard
open override val headers: StompUnsubscribeHeaders

The headers of this STOMP frame.

Sources

Link copied to clipboard