Valid Integration-Architect Dumps shared by EduDump.com for Helping Passing Integration-Architect Exam! EduDump.com now offer the newest Integration-Architect exam dumps, the EduDump.com Integration-Architect exam questions have been updated and answers have been corrected get the newest EduDump.com Integration-Architect dumps with Test Engine here:
A developer has been tasked by the integration architect tobuild a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure ofto proceed with the implementation.The developer asks the system architect for some guidance. What should the architect consider when making the recommendation?
Correct Answer: B
Push Topic Events can define a custom payload, which is one of the factors that should be considered when choosing a Streaming APIimplementation. Push Topic Events are based on SOQL queries that define the data changes to be notified of. You can specify the fields to be returned in the event message by using the SELECT clause in the query. This allows you to customize the payload according to your needs2 References: Create a PushTopic