Browse Source

Merge pull request #13316 from abpframework/auto-merge/rel-5-3/1190

Merge branch dev with rel-5.3
pull/13330/head
liangshiwei 4 years ago
committed by GitHub
parent
commit
e5a0b4d7e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Distributed-Event-Bus.md

2
docs/en/Distributed-Event-Bus.md

@ -228,7 +228,7 @@ namespace AbpDemo
````
* `MyHandler` implements the `IDistributedEventHandler<EntityUpdatedEto<ProductEto>>`.
* It is required to register your handler class to the [dependency injection](Dependency-Injection.md) system. Implementing `ITransient` like in this example is an easy way.
* It is required to register your handler class to the [dependency injection](Dependency-Injection.md) system. Implementing `ITransientDependency` like in this example is an easy way.
### Configuration

Loading…
Cancel
Save