Class: NexusSlotInfo
Info about nexus task slot usage
Properties
operation
• operation: string
NexusSlotInfo operation.
service
• service: string
NexusSlotInfo service.
Methods
toJSON
▸ toJSON(): Object
Converts this NexusSlotInfo to JSON.
Returns
Object
JSON object
create
▸ create(properties?): NexusSlotInfo & $Properties
Creates a new NexusSlotInfo instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
NexusSlotInfo instance
▸ create(properties?): NexusSlotInfo
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): NexusSlotInfo & $Properties
Decodes a NexusSlotInfo 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
NexusSlotInfo
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing