SessionId

class SessionId(value: String, timestamp: Instant) : Id<String>

Represents id and timestamp of a session.

Constructors

Link copied to clipboard
constructor(value: String, timestamp: Instant)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

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