SongGuess
Preparing search index...
server/worker-configuration
Message
Interface Message<Body>
interface
Message
<
Body
=
unknown
>
{
attempts
:
number
;
body
:
Body
;
id
:
string
;
timestamp
:
Date
;
ack
()
:
void
;
retry
(
options
?:
QueueRetryOptions
)
:
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
?:
QueueRetryOptions
)
:
void
Parameters
Optional
options
:
QueueRetryOptions
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attempts
body
id
timestamp
Methods
ack
retry
SongGuess
Loading...