We used a specific message for each specific request because the implementation and related economics of the request logic was not yet determined.
We now have lot of duplication of code because of having a message of each request. We should refactor this into a single message for simplicity and make it easier adding new requests in the future
We used a specific message for each specific request because the implementation and related economics of the request logic was not yet determined. We now have lot of duplication of code because of having a message of each request. We should refactor this into a single message for simplicity and make it easier adding new requests in the future
Replacing
into
The message contains a request object