EventMessage

constructor(type: EventMessage.Type? = null, action: String? = null, actor: EventActor? = null, scope: EventMessage.Scope? = null, time: Long? = null, timeNano: Long? = null)

Parameters

type

The type of object emitting the event

action

The type of event

actor
scope

Scope of the event. Engine events are local scope. Cluster (Swarm) events are swarm scope.

time

Timestamp of event

timeNano

Timestamp of event, with nanosecond accuracy