TimeTaken

data class TimeTaken(val duration: <Error class: unknown class>) : EventProcessingPerformanceData

The measurement of time that it took to process an event

Constructors

Link copied to clipboard
constructor(duration: <Error class: unknown class>)

Properties

Link copied to clipboard
val duration: <Error class: unknown class>
Link copied to clipboard
open override val logData: Map<String, Any>

Map containing information about the performance, which can be used for logging and analysis