lonnymq
Preparing search index...
command
message
Retire
Class Retire
Index
Constructors
constructor
Properties
id
num
Attempts
schema
Methods
execute
Constructors
constructor
new
Retire
(
params
:
{
id
:
bigint
;
numAttempts
:
number
;
schema
:
string
}
,
)
:
command
.
message
.
Retire
Parameters
params
:
{
id
:
bigint
;
numAttempts
:
number
;
schema
:
string
}
Returns
command
.
message
.
Retire
Properties
Readonly
id
id
:
bigint
Readonly
num
Attempts
numAttempts
:
number
Readonly
schema
schema
:
string
Methods
execute
execute
(
databaseClient
:
Client
)
:
Promise
<
command
.
message
.
retire
.
Result
>
Parameters
databaseClient
:
Client
Returns
Promise
<
command
.
message
.
retire
.
Result
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
num
Attempts
schema
Methods
execute
lonnymq
Loading...