Eduard Tomas
|
a09d7fd3a5
|
EventBus refactor.
Instead to register EventHandlers we register Func<EventHandlers> which solves scope problems (having transient/scoped objects owned by singletons)
|
2017-05-03 10:59:36 +02:00 |
|
Cesar De la Torre
|
aeddf51a33
|
Refactoring to better terms
|
2017-04-29 21:58:11 -07:00 |
|
Unai Zorrilla Castro
|
70f50a0fce
|
Fix bug with queue names
|
2017-04-20 16:44:07 +02:00 |
|
Unai Zorrilla Castro
|
09a53f0137
|
Added IRabbitMQPersisterConnection and more resilient work on rabbitmq event bus
|
2017-04-20 10:53:17 +02:00 |
|
Unai Zorrilla Castro
|
c99e5e8e3b
|
Pending review files
|
2017-04-17 15:00:53 +02:00 |
|
Eduard Tomas
|
20d2e32719
|
Ups... too many parens xD
|
2017-03-22 14:40:00 +01:00 |
|
Eduard Tomas
|
2e674ad532
|
Replaced Tuple by C#7 multiple return statement
Replaced private set only used in ctor by readonly prop
|
2017-03-22 14:23:25 +01:00 |
|
dsanz
|
e996593d32
|
Add functional test for integration events. Implement IDisposable for EventBusRabbitMQ.
|
2017-03-17 15:57:57 +01:00 |
|
dsanz
|
c8df9a232a
|
Refactoring integration events: move event bus implementation to building block projects.
|
2017-03-16 13:30:01 +01:00 |
|