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