EventId1

class EventId1<T>(group: EventLogGroup, eventId: String, field: EventField<T>, description: String) : BaseEventId

An event with one field.

Constructors

Link copied to clipboard
constructor(group: EventLogGroup, eventId: String, field: EventField<T>, description: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun buildEventData(value: T?): Map<String, Any>
Link copied to clipboard
open override fun getFields(): List<EventField<*>>