Newer Version Available

This content describes an older version of this product. View Latest

FailureResult Interface

Contains the result of an Apex publish callback when the event publishing failed. This interface is used as a parameter in the onFailure method of the EventPublishFailureCallback interface.

Namespace

EventBus

FailureResult Methods

The following are methods for FailureResult.

getEventUuids()

Returns a list of EventUuid field values of each platform event that is included in EventBus.EventPublishFailureCallback.

Signature

public List<String> getEventUuids()

Return Value

Type: List<String>