OptionaleventMapSchema?: EventMapSchema<TEventMap>You can provide any standard schema compliant object to validate all input and output data to ensure runtime type safety.
OptionalexecutionContext?: IExecutionContextYou can pass IExecutionContext that will be used by context-aware adapters.
Optionalnamespace?: INamespaceOptionalshouldValidateOutput?: booleanYou can enable validating events in listeners.
Base configuration shared by all
EventBusvariants. Supports optional schema-based validation for event maps.IMPORT_PATH:
"@daiso-tech/core/event-bus"