Type Alias EventProcessorExecution<ResponseInnerType>

EventProcessorExecution<ResponseInnerType>: ((transaction: default<null, ResponseInnerType | ResponseErrorType, SQSBatchResponse | null>, recordContent: string | object) => Promise<default<ResponseInnerType | ResponseErrorType> | SQSBatchResponse | null>)

Type definition for an event processor execution function.

Type Parameters

  • ResponseInnerType

Type declaration