lonnymq
Preparing search index...
ChannelPolicySetCommand
Class ChannelPolicySetCommand
Index
Constructors
constructor
Properties
channel
Id
created
At
max
Concurrency
max
Size
release
Interval
Ms
schema
Methods
execute
Constructors
constructor
new
ChannelPolicySetCommand
(
params
:
{
channelId
:
string
;
maxConcurrency
?:
null
|
number
;
maxSize
?:
null
|
number
;
releaseIntervalMs
?:
null
|
number
;
schema
:
string
;
}
,
)
:
ChannelPolicySetCommand
Parameters
params
:
{
channelId
:
string
;
maxConcurrency
?:
null
|
number
;
maxSize
?:
null
|
number
;
releaseIntervalMs
?:
null
|
number
;
schema
:
string
;
}
Returns
ChannelPolicySetCommand
Properties
Readonly
channel
Id
channelId
:
string
Readonly
created
At
createdAt
:
Date
Readonly
max
Concurrency
maxConcurrency
:
null
|
number
Readonly
max
Size
maxSize
:
null
|
number
Readonly
release
Interval
Ms
releaseIntervalMs
:
null
|
number
Readonly
schema
schema
:
string
Methods
execute
execute
(
databaseClient
:
DatabaseClient
)
:
Promise
<
void
>
Parameters
databaseClient
:
DatabaseClient
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...