Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
audit-export
AuditQueueMessage
Interface AuditQueueMessage<TEvent>
Consumer subset of a Cloudflare queue
Message<TEvent>
.
interface
AuditQueueMessage
<
TEvent
=
unknown
>
{
body
:
TEvent
;
ack
()
:
void
;
retry
()
:
void
;
}
Type Parameters
TEvent
=
unknown
Index
Properties
body
Methods
ack
retry
Properties
Readonly
body
body
:
TEvent
Methods
ack
ack
()
:
void
Returns
void
retry
retry
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
Methods
ack
retry
Documentation
GitHub
Anchorage API reference
Loading...
Consumer subset of a Cloudflare queue
Message<TEvent>.