Skip to content

CQRS-Muflone/Muflone.MassTransit.RabbitMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muflone.Eventstore

Muflone repository and event dispatcher for Event Store

Install

Install-Package Muflone.MassTransit.RabbitMQ

Usage

In your application's startup call:

services.AddMufloneMassTransitWithRabbitMQ(serviceBusOptions, x =>
{
  x.AddConsumer<MyFisrtEventConsumer>();  
  x.AddConsumer<MySecondEventConsumer>();
});

Sample

Look at this repo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages