Event helper scoped to the events declared by a use case.
Readonly
The exact event definitions declared with .emits(...).
.emits(...)
Throw if an event is not declared by this use case.
Return whether an event is declared by this use case.
Validate and publish a declared event directly through an event bus.
Validate and record a declared event into a transaction-scoped recorder.
Event helper scoped to the events declared by a use case.