In the early stage of the Design, you should
-
Create a list of the systems that you will interact with, the type of information needed, the interconnect mechanism, and the details of each message exchanged.
-
Same as (a), but excluding the details of each message
-
Same as (a), but include a detailed “message to properties” map
-
None of the above
In the early stage of design for PRPC integrations, you should create a list of systems to interact with, information types needed, and interconnect mechanisms - but NOT the detailed message specifications. Message details come later in the design process. Option A includes message details (too early), B excludes them (correct approach), C includes message-to-property maps (too detailed), and since B describes the correct early-stage approach, 'None of the above' suggests the question's options don't properly capture the right answer.