Class: PollerGroupInfo
Represents a PollerGroupInfo.
Properties
id
• id: string
PollerGroupInfo id.
weight
• weight: number
PollerGroupInfo weight.
Methods
toJSON
▸ toJSON(): Object
Converts this PollerGroupInfo to JSON.
Returns
Object
JSON object
create
▸ create(properties?): PollerGroupInfo & $Properties
Creates a new PollerGroupInfo instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
PollerGroupInfo instance
▸ create(properties?): PollerGroupInfo
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): PollerGroupInfo & $Properties
Decodes a PollerGroupInfo message from the specified reader or buffer.