-
Notifications
You must be signed in to change notification settings - Fork 2
es cqrs.EventStoreOptionsFactory
Sclable CI edited this page Sep 11, 2024
·
198 revisions
es-cqrs.EventStoreOptionsFactory
Implement this factory interface to create a options for the event store
Example:
class OptionsFactory implements EventStoreOptionsFactory {
public async createEventStoreOptions() {
return { logging: true }
}
}
▸ createEventStoreOptions(): EventStoreOptions
| Promise
<EventStoreOptions
>
EventStoreOptions
| Promise
<EventStoreOptions
>