abstract fun publishEvent(name: EventName, attributes: EventAttributes? = null): Unit
Publish an event with updated EventAttributes.
name - : EventName - Name of event to publish
attributes - : EventAttributes - Attributes of event to pass to builders.