lonnymq
Preparing search index...
MessageDequeueCommand
Class MessageDequeueCommand
Index
Constructors
constructor
Properties
lock
Ms
schema
Methods
execute
Constructors
constructor
new
MessageDequeueCommand
(
params
:
{
lockMs
:
number
;
schema
:
string
}
,
)
:
MessageDequeueCommand
Parameters
params
:
{
lockMs
:
number
;
schema
:
string
}
Returns
MessageDequeueCommand
Properties
Readonly
lock
Ms
lockMs
:
number
Readonly
schema
schema
:
string
Methods
execute
execute
(
databaseClient
:
DatabaseClient
)
:
Promise
<
MessageDequeueCommandResult
>
Parameters
databaseClient
:
DatabaseClient
Returns
Promise
<
MessageDequeueCommandResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
lock
Ms
schema
Methods
execute
lonnymq
Loading...