DeliveryState

Durable host-owned delivery state for one authored event.

Entries

Link copied to clipboard

Persisted locally and not currently in flight.

Link copied to clipboard

Successfully written to the current socket and awaiting relay OK.

Link copied to clipboard

Relay accepted the event, including an idempotent duplicate.

Link copied to clipboard

Relay rejected the event permanently.

Link copied to clipboard

Host policy may retry the event.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.