| AdditionalInfo |
- Type
- string
- Properties
- Nillable
- Description
- Reserved for future use. Optional information about the event that is not
provided in the other fields.
|
| PublishStatusDetails |
- Type
-
PublishStatusDetail[]
- Properties
- Nillable
- Description
- A list of event publish operation results, including information about
each event.
|
| ReplayId |
- Type
- string
- Properties
- Nillable
- Description
- Represents an ID value that is populated by the system
and refers to the position of the event in the event stream. Replay ID values
aren’t guaranteed to be contiguous for consecutive events. A subscriber can
store a replay ID value and use it on resubscription to retrieve missed events
that are within the retention window.
|
| Status |
- Type
- picklist
- Properties
- Nillable, Restricted picklist
- Description
- The status of the event publish operations.
- Possible values are:
-
FAILURE—The event message
couldn’t be published due to a transient failure in the system. Try
republishing the event message.
-
INDETERMINATE—The publishing
status couldn’t be determined. The event message might be lost.
-
INVALID—The event message
caused a validation error. Ensure your event message is valid before you
republish it.
-
ROLLBACK—The event message
was rolled back and wasn't published because the transaction was rolled
back. This status applies to events configured with the Publish after
Commit publish behavior.
-
SUCCESS—The event message
was published successfully.
|
| Topic |
- Type
- string
- Properties
- Nillable
- Description
- The API name of the platform event. For example, MyEvent__e.
|