szjani / predaddy

DDD/CQRS/EventSourcing framework with annotation driven message bus
MIT License
169 stars 6 forks source link

Let the event publisher take any message bus #6

Closed redthor closed 8 years ago

redthor commented 8 years ago

Could we get this? It means we can swap out the EventBus implementation.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 98.79% when pulling beaa12ce2d4b8c3bfb4af4ede2808d96b8aa405e on redthor:PromiscuousEventPublisher into 6c55a9eb56db19ae12124762c44f076f91df5e57 on szjani:3.0.

szjani commented 8 years ago

Hi @redthor. Basically I don't see any reasons why it shouldn't be merged. I see that the 5.4 build failed, which is completely unrelated, so I'll fix that later.

redthor commented 8 years ago

Thanks @szjani !

szjani commented 8 years ago

Hi @redthor I've just released 3.0.3 that contains this PR and the build fix as well. The build: https://travis-ci.org/szjani/predaddy/builds/139865035

redthor commented 8 years ago

Hi @szjani - great job, thanks! We can go back to the tagged release.