Open patriksvensson opened 7 years ago
It would be nice if you could register parts that's only used by certain adapters. The parts would then get a ReplyContext<TBroker> instead of the non-generic ReplyContext.
ReplyContext<TBroker>
ReplyContext
This would be very handy!
It would also mean adapters could potentially expose extra public members on the TBroker for adapter-specific functionality, no?
public
TBroker
@agc93 Exactly.
It would be nice if you could register parts that's only used by certain adapters. The parts would then get a
ReplyContext<TBroker>
instead of the non-genericReplyContext
.