NewEvent

data class NewEvent(val type: String, val objectId: Long = -1, val properties: Map<String, Any> = emptyMap(), val masters: Map<String, Long> = emptyMap())

Constructors

Link copied to clipboard
constructor(type: String, objectId: Long = -1, properties: Map<String, Any> = emptyMap(), masters: Map<String, Long> = emptyMap())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toEvent(eventHandler: EventHandler): EitherNel<InstanceError, Event>
Link copied to clipboard