Description
This issue for re-introducing Sender and Receiver generic concepts in the light of new Filter that was implemented in #2300 and Messaging API that was in designing stage.
Proposed Solution / Feature Design
Primary things to do:
- revisit
ISender;
- re-implement
IReceiver for new Filter;
Notes