EventProcessingPerformanceData

Hierarchy to represent possible ways of recording the performance of event processing.

Inheritors

Types

Link copied to clipboard

No performance is recorded for these

Link copied to clipboard
data class TimeTaken(val duration: <Error class: unknown class>) : EventProcessingPerformanceData

The measurement of time that it took to process an event

Properties

Link copied to clipboard
abstract val logData: Map<String, Any>?

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