Message

Class to represent a message.

Types

Link copied to clipboard

Factory to create a message.

Link copied to clipboard
data class MessageID constructor(val value: UUID) : ID<UUID>

Data class to represent the message ID.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String