tock / ai.tock.bot.engine.monitoring / RequestTimerData

RequestTimerData

open class RequestTimerData (source)

Constructors

<init>

RequestTimerData(type: String, start: Long = System.currentTimeMillis(), error: Boolean = false, message: String? = null, throwable: Throwable? = null)

Properties

error

var error: Boolean

message

var message: String?

start

val start: Long

throwable

var throwable: Throwable?

type

val type: String

Functions

toString

open fun toString(): String