RequestMetaInfo

data class RequestMetaInfo(val timestamp: Instant) : MessageMetaInfo(source)

Represents MessageMetaInfo specific to a request within the system.

This class is an implementation of the MessageMetaInfo interface and provides timestamp information for a request.

Constructors

Link copied to clipboard
constructor(timestamp: Instant)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val timestamp: Instant

The time at which the request metadata was created. Defaults to the current system time if not provided.