abpframework / abp

Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.31k stars 3.32k forks source link

Using IDistributedEventHandler and ILocalEventHandler together #19484

Closed ygr757326 closed 2 weeks ago

ygr757326 commented 1 month ago

Is there an existing issue for this?

Description

1712135994058 DeviceDepositOrderCompletedEto will not be added to RabbitMQ's Bindings,When I replaceILocalEventHandler<EntityDeletedEventData> with IDistributedEventHandler<EntityDeletedEto>, it can run normally

Reproduction Steps

No response

Expected behavior

No response

Actual behavior

No response

Regression?

No response

Known Workarounds

No response

Version

7.4.2

User Interface

Common (Default)

Database Provider

EF Core (Default)

Tiered or separate authentication server

None (Default)

Operation System

Windows (Default)

Other information

No response