|
There are so many existing asynchronous protocols whose messages have request-response structure. A request message usually has a message ID, and the corresponding response message, which makes a pair, contains the message ID in the request message.
It would be great if we can provide a common interface and classes to help users implement this type of protocols easily.
|