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
1 Answer(s)
-
0
hi
These events are used in built-in modules. You shouldn't disable them. otherwise, the application may have some problems.