-
Notifications
You must be signed in to change notification settings - Fork 517
PlatformEventPublishCallback
pozil edited this page Nov 14, 2024
·
4 revisions
Demonstrates how to write Platform Event publish success and failure callbacks
Implemented types
EventBus.EventPublishFailureCallback , EventBus.EventPublishSuccessCallback
Group Platform Event Recipes
Map that correlates event UUIDs with event data
Callback for events that failed to publish Note: this method is always called by the Automation user
Callback for events that were successfully published Note: this method is always called by the Automation user
Data object that holds the minimum amount of information to identify our event and potentially republish it. We recommend that you don't store all event fields to avoid hitting callback handler internal limits.