Class: StartOperationRequest
nexus.v1.StartOperationRequest
A request to start an operation.
Properties
callback
• callback: string
Callback URL to call upon completion if the started operation is async.
callbackHeader
• callbackHeader: Object
Header that is expected to be attached to the callback request when the operation completes.
Index signature
▪ [k: string]: string
links
• links: $Properties[]
Links contain caller information and can be attached to the operations started by the handler.
operation
• operation: string
Type of operation to start.
payload
• Optional payload: null | $Properties
Full request body from the incoming HTTP request.
requestId
• requestId: string
A request ID that can be used as an idempotentency key.
service
• service: string
Name of service to start the operation in.
Methods
toJSON
▸ toJSON(): Object
Converts this StartOperationRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?): StartOperationRequest & $Properties
Creates a new StartOperationRequest instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
StartOperationRequest & $Properties
StartOperationRequest instance
▸ create(properties?): StartOperationRequest
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): StartOperationRequest & $Properties
Decodes a StartOperationRequest 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
StartOperationRequest & $Properties
StartOperationRequest
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): StartOperationRequest & $Properties
Decodes a StartOperationRequest message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
StartOperationRequest & $Properties
StartOperationRequest
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 StartOperationRequest message. Does not implicitly temporal.api.nexus.v1.StartOperationRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | StartOperationRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified StartOperationRequest message, length delimited. Does not implicitly temporal.api.nexus.v1.StartOperationRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | StartOperationRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): StartOperationRequest
Creates a StartOperationRequest message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
StartOperationRequest
toObject
▸ toObject(message, options?): Object
Creates a plain object from a StartOperationRequest message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | StartOperationRequest | StartOperationRequest |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object