Skip to main content

AckEventInput

@codebolt/types


Interface: AckEventInput

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:256

Input for acknowledging an event

Properties

PropertyTypeDescriptionDefined in
errorMessage?stringError message if processing failedcommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:262
eventIdstringID of the event to acknowledgecommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:258
successbooleanWhether processing was successfulcommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:260