List of questions
Related questions
Question 405 - Certified Platform Developer II discussion
Universal Containers wants to notify an external system in the event that an unhandled exception occurs when their nightly Apex batch job runs.
What is the appropriate publish/subscribe logic to meet this requirement?
A.
Have the external system subscribe to a custom Platform Event that gets fired with addError().
B.
Have the external system subscribe to a custom Platform Event that gets fired with EventBus.publish(),
C.
Have the external system subscribe to a standard Platform Event that gets fired with with Eventbus.publish()
D.
Have the external system subscribe to a standard Platform Event that gets fired.
Your answer:
0 comments
Sorted by
Leave a comment first