RequestMetaInfo
data class RequestMetaInfo(val timestamp: Instant, val metadata: JsonObject? = null) : 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.