这是基于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 255e4827b4 Resolve the problem of not being able to create multiple consumers 5 years ago
..
DotNetCore/CAP Resolve the problem of not being able to create multiple consumers 5 years ago
LINGYUN/Abp/EventBus/CAP Resolve the problem of not being able to create multiple consumers 5 years ago
Microsoft/Extensions/DependencyInjection 增加地址解析模块;变更Abp.Cap过期消息清理为可配置任务 6 years ago
modules/common/LINGYUN.Abp.EventBus.CAP Added an optional configuration item for event name resolution 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 4.0.0 5 years ago
LINGYUN.Abp.EventBus.CAP.xml Resolve the problem of not being able to create multiple consumers 5 years ago
README.md Resolve the problem of not being able to create multiple consumers 5 years ago

README.md

LINGYUN.Abp.EventBus.CAP

分布式事件总线 CAP 集成

注意

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

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

配置使用

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