MemBus icon indicating copy to clipboard operation
MemBus copied to clipboard

Allow FlexibleSubscriberAdapter to pick-up non-void methods from interfaces

Open denis-troller opened this issue 8 years ago • 1 comments

The name-based (RegisterMethods()) method subscription allows a non-void method to be picked up so that the method can return an object to be published.

It would be useful for the interface-based version (ByInterface()) to allow the same so that implementers do not have to take a dependency on IBus.

Unless there is an issue blocking this feature ?

denis-troller avatar Apr 06 '17 07:04 denis-troller

I'll look into it

flq avatar Apr 14 '17 11:04 flq