Class: WorkerPollerInfo
Represents a WorkerPollerInfo.
Properties
currentPollers
• currentPollers: number
Number of polling RPCs that are currently in flight.
isAutoscaling
• isAutoscaling: boolean
Set true if the number of concurrent pollers is auto-scaled
lastSuccessfulPollTime
• Optional lastSuccessfulPollTime: null | $Properties
WorkerPollerInfo lastSuccessfulPollTime.
Methods
toJSON
▸ toJSON(): Object
Converts this WorkerPollerInfo to JSON.
Returns
Object
JSON object
create
▸ create(properties?): WorkerPollerInfo & $Properties
Creates a new WorkerPollerInfo instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
WorkerPollerInfo & $Properties
WorkerPollerInfo instance
▸ create(properties?): WorkerPollerInfo
Parameters
| Name | Type |
|---|---|
properties? | $Properties |