Remiworks / EventBusFramework

Wrapper for RabbitMQ. This includes an attribute library for handling incoming events and commands.
GNU General Public License v3.0
1 stars 2 forks source link

Publisher/Listener factory(s) #24

Open mikederksen opened 6 years ago

mikederksen commented 6 years ago

Right now we can only instantiate the event/command publisher/listener via the dependency injection extension methods. It should be possible to instantiate these objects without the use of dependency injection. Via a factory for example. Maybe declare an abstract factory in the core package and provide an implementation of this factory in the rabbit package?

TiruYasha commented 6 years ago

Yes we can do that, but I think this is low priorty for now.

mikederksen commented 6 years ago

True that