runEvent

Runs event by looking up the EventRunner registered for its concrete class and invoking its runEvent. If no runner is registered for event's class at all — the schema's own class was never included in MosaicDependencyInjectionConfig.eventDefinitions — nothing runs and an error is logged instead of throwing.

Receiver

EventRunningScope this event runs with.

Parameters

event

the event to run.