A generic event that can be emitted with squid.events().emit and handled by one or more
subscribers declared with the backend @eventHandler decorator. Events are delivered over core's
internal event stream (not the public queue API), at-least-once and with no ordering guarantee.
A generic event that can be emitted with
squid.events().emitand handled by one or more subscribers declared with the backend@eventHandlerdecorator. Events are delivered over core's internal event stream (not the public queue API), at-least-once and with no ordering guarantee.