0
mariovh created
- ABP Framework version: v8.1.3
- UI Type: Blazor WASM
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
Hi Im working with Distributed Entity Eventy Bus and there are some events auto generated like, UserEto,IdentityRoleEto,IdentityUserEmailChangedEto are configured to automatically publish the events.
I want to disable all configured events that automatically publish events, in order to publish manually with AddDistributedEvent().
I tried with module configuration but it doesnt work
Configure<AbpDistributedEntityEventOptions>(options => { options.AutoEventSelectors.Clear(); });
Thank you
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)