Newer Version Available

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

SuccessResult Interface

Contains the result of an Apex publish callback when the event publishing succeeded. This interface is used as a parameter in the onSuccess method of the EventPublishSuccessCallback interface.

Namespace

EventBus

SuccessResult Methods

The following are methods for SuccessResult.

getEventUuids()

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

Signature

public List<String> getEventUuids()

Return Value

Type: List<String>