lonnymq
Preparing search index...
command
channelPolicy
Set
Class Set
Index
Constructors
constructor
Properties
channel
Id
created
At
max
Concurrency
max
Size
release
Interval
Ms
schema
Methods
execute
Constructors
constructor
new
Set
(
params
:
{
channelId
:
string
;
maxConcurrency
?:
number
|
null
;
maxSize
?:
number
|
null
;
releaseIntervalMs
?:
number
|
null
;
schema
:
string
;
}
,
)
:
Set
Parameters
params
:
{
channelId
:
string
;
maxConcurrency
?:
number
|
null
;
maxSize
?:
number
|
null
;
releaseIntervalMs
?:
number
|
null
;
schema
:
string
;
}
Returns
Set
Properties
Readonly
channel
Id
channelId
:
string
Readonly
created
At
createdAt
:
Date
Readonly
max
Concurrency
maxConcurrency
:
number
|
null
Readonly
max
Size
maxSize
:
number
|
null
Readonly
release
Interval
Ms
releaseIntervalMs
:
number
|
null
Readonly
schema
schema
:
string
Methods
execute
execute
(
databaseClient
:
Client
)
:
Promise
<
void
>
Parameters
databaseClient
:
Client
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
channel
Id
created
At
max
Concurrency
max
Size
release
Interval
Ms
schema
Methods
execute
lonnymq
Loading...