IEventBus.publishBatch(events: IDomainEvent[]): Promise<void>
Publishes multiple events, each to its own subscribers.
events: IDomainEvent[]
The events to publish, in array order
IEventBus.publishBatch(events: IDomainEvent[]): Promise<void>
Publishes multiple events, each to its own subscribers.
events: IDomainEvent[]
The events to publish, in array order
import { type IEventBus } from "common/src/index.ts";