Skip to content

This is a repository integrated CAP with ABP EventBus

License

Notifications You must be signed in to change notification settings

dystudio/Abp.EventBus.CAP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a repository integrated CAP with ABP

EventBus

 public override void ConfigureServices(ServiceConfigurationContext context)
  {
       var configuration = context.Services.GetConfiguration();
      
       context.AddCapEventBus(capOptions =>
       {
             capOptions.UseInMemoryStorage();
             capOptions.UseRabbitMQ("localhost");//UseRabbitMQ 服务器地址配置,支持配置IP地址和密码
             capOptions.UseDashboard();//CAP2.X版本以后官方提供了Dashboard页面访问。
       });
 }

About

This is a repository integrated CAP with ABP EventBus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.6%
  • PowerShell 1.4%