Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
Message
Interface Message<Body>
interface
Message
<
Body
>
{
attempts
:
number
;
body
:
Body
;
id
:
string
;
timestamp
:
Date
;
ack
(
)
:
void
;
retry
(
options
?
)
:
void
;
}
Type Parameters
Body
=
unknown
Index
Properties
attempts
body
id
timestamp
Methods
ack
retry
Properties
Readonly
attempts
attempts
:
number
Readonly
body
body
:
Body
Readonly
id
id
:
string
Readonly
timestamp
timestamp
:
Date
Methods
ack
ack
(
)
:
void
Returns
void
retry
retry
(
options
?
)
:
void
Parameters
Optional
options
:
QueueRetryOptions
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
attempts
body
id
timestamp
ack
retry
@cloudflare/workers-types
Loading...