Create an interface for MessageBus endpoints
surma opened this issue · 1 comments
surma commented
Instead of expecting an instance of MessageBus
in hookup()
and lookup()
, we should expect an interface so people can pipe in their own implementation.
TimvdLippe commented
Fixed in 08c7c5f