Class: EffectiveRateLimit
v1.DescribeTaskQueueResponse.EffectiveRateLimit
Represents an EffectiveRateLimit.
Properties
rateLimitSource
• rateLimitSource: RateLimitSource
Source of the RateLimit Configuration,which can be one of the following values:
- SOURCE_API: The rate limit that is set via the TaskQueueConfig api.
- SOURCE_WORKER: The rate limit is the value set using the workerOptions in TaskQueueActivitiesPerSecond.
- SOURCE_SYSTEM: The rate limit is the default value set by the system
requestsPerSecond
• requestsPerSecond: number
The effective rate limit for the task queue.
Methods
toJSON
▸ toJSON(): Object
Converts this EffectiveRateLimit to JSON.
Returns
Object
JSON object
create
▸ create(properties?): EffectiveRateLimit & $Properties
Creates a new EffectiveRateLimit instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
EffectiveRateLimit & $Properties
EffectiveRateLimit instance
▸ create(properties?): EffectiveRateLimit
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): EffectiveRateLimit & $Properties
Decodes an EffectiveRateLimit message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
EffectiveRateLimit & $Properties
EffectiveRateLimit
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): EffectiveRateLimit & $Properties
Decodes an EffectiveRateLimit message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
EffectiveRateLimit & $Properties
EffectiveRateLimit
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
encode
▸ encode(message, writer?): Writer
Encodes the specified EffectiveRateLimit message. Does not implicitly temporal.api.workflowservice.v1.DescribeTaskQueueResponse.EffectiveRateLimit.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | EffectiveRateLimit message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified EffectiveRateLimit message, length delimited. Does not implicitly temporal.api.workflowservice.v1.DescribeTaskQueueResponse.EffectiveRateLimit.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | EffectiveRateLimit message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): EffectiveRateLimit
Creates an EffectiveRateLimit message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
EffectiveRateLimit
toObject
▸ toObject(message, options?): Object
Creates a plain object from an EffectiveRateLimit message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | EffectiveRateLimit | EffectiveRateLimit |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object