SourceAttributeCollectedEvent

class SourceAttributeCollectedEvent(val key: String, val attributeType: Type, val value: String?, elapsedMillis: Long?) : EventWithArgs<SourceAttributeCollected>

Constructors

Link copied to clipboard
fun SourceAttributeCollectedEvent(key: String, attributeType: Type, value: String?, elapsedMillis: Long?)

Functions

Link copied to clipboard
fun addCheckpoint(message: String)
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open override val args: SourceAttributeCollected
Link copied to clipboard
val attributeType: Type
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard
val type: String?
Link copied to clipboard