Skip to main content

ReceiverEvent

Defined in: src/types/receiver.ts:5

Properties

ack

ack: AckFn<any>;

Defined in: src/types/receiver.ts:23


body

body: StringIndexed;

Defined in: src/types/receiver.ts:7


customProperties?

optional customProperties?: StringIndexed;

Defined in: src/types/receiver.ts:18


retryNum?

optional retryNum?: number;

Defined in: src/types/receiver.ts:11


retryReason?

optional retryReason?: string;

Defined in: src/types/receiver.ts:15