这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
cKey 794033575e upgrade abp framework from 4.3.0 to 4.4.0 4 years ago
..
DotNetCore/CAP upgrade abp framework from 4.3.0 to 4.4.0 4 years ago
LINGYUN/Abp/EventBus/CAP upgrade abp framework from 4.3.0 to 4.4.0 4 years ago
Microsoft/Extensions/DependencyInjection using System.Text.Json 5 years ago
modules/common/LINGYUN.Abp.EventBus.CAP using System.Text.Json 5 years ago
.gitignore 增加租户管理服务;引入Abp.Cap模块;修复一些语法错误 6 years ago
LICENSE.txt Remove some interfaces from the message repository 5 years ago
LINGYUN.Abp.EventBus.CAP.csproj upgrade abp framework from 4.3.0 to 4.4.0 4 years ago
LINGYUN.Abp.EventBus.CAP.xml upgrade abp framework from 4.3.0 to 4.4.0 4 years ago
README.md Abp.EventBus.CAP adds support for multi-tenancy 5 years ago

README.md

LINGYUN.Abp.EventBus.CAP

分布式事件总线 CAP 集成

注意

  • 自定义事件处理器接口 ICustomDistributedEventSubscriber 未实现,当前的分布式事件只能由 CustomDistributedEventSubscriber 在启动中发现

  • 由于 CAP 不支持同一事件参数的多个消费者,在 ConsumerServiceSelector 接口通过消费者的类全名创建一个新的Group

配置使用

[DependsOn(typeof(AbpCAPEventBusModule))]
public class YouProjectModule : AbpModule
{
  // other
}

## 变更历史

2021-03-14 增加多租户的支持