ServerShuttingDownMessage

@Serializable
@SerialName(value = "ServerShuttingDown")
data class ServerShuttingDownMessage(val messageId: UUID) : OutboundWebSocketMessage

Server shutting down message.

Constructors

Link copied to clipboard
constructor(messageId: UUID)

Properties

Link copied to clipboard
@SerialName(value = "MessageId")
open override val messageId: UUID

The message id.

Link copied to clipboard
open override val messageType: SessionMessageType

The different kinds of messages that are used in the WebSocket api.