Skip to main content

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: $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

NameTypeDescription
properties?$PropertiesProperties to set

Returns

StartOperationRequest & $Properties

StartOperationRequest instance

create(properties?): StartOperationRequest

Parameters

NameType
properties?$Properties

Returns

StartOperationRequest


decode

decode(reader, length?): StartOperationRequest & $Properties

Decodes a StartOperationRequest message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage 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

NameTypeDescription
readerUint8Array | ReaderReader 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

NameTypeDescription
message$PropertiesStartOperationRequest message or plain object to encode
writer?WriterWriter 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

NameTypeDescription
message$PropertiesStartOperationRequest message or plain object to encode
writer?WriterWriter 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

NameTypeDescription
objectObjectPlain object

Returns

StartOperationRequest

StartOperationRequest


toObject

toObject(message, options?): Object

Creates a plain object from a StartOperationRequest message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageStartOperationRequestStartOperationRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object