Skip to main content

Class: NexusOperationCompletedEventAttributes

history.v1.NexusOperationCompletedEventAttributes

Nexus operation completed successfully.

Properties

requestId

requestId: string

The request ID allocated at schedule time.


result

Optional result: null | $Properties

Serialized result of the Nexus operation. The response of the Nexus handler. Delivered either via a completion callback or as a response to a synchronous operation.


scheduledEventId

scheduledEventId: Long

The ID of the NEXUS_OPERATION_SCHEDULED event. Uniquely identifies this operation.

Methods

toJSON

toJSON(): Object

Converts this NexusOperationCompletedEventAttributes to JSON.

Returns

Object

JSON object


create

create(properties?): NexusOperationCompletedEventAttributes & $Properties

Creates a new NexusOperationCompletedEventAttributes instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

NexusOperationCompletedEventAttributes & $Properties

NexusOperationCompletedEventAttributes instance

create(properties?): NexusOperationCompletedEventAttributes

Parameters

NameType
properties?$Properties

Returns

NexusOperationCompletedEventAttributes


decode

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

Decodes a NexusOperationCompletedEventAttributes message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

NexusOperationCompletedEventAttributes & $Properties

NexusOperationCompletedEventAttributes

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): NexusOperationCompletedEventAttributes & $Properties

Decodes a NexusOperationCompletedEventAttributes message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

NexusOperationCompletedEventAttributes & $Properties

NexusOperationCompletedEventAttributes

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 NexusOperationCompletedEventAttributes message. Does not implicitly temporal.api.history.v1.NexusOperationCompletedEventAttributes.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesNexusOperationCompletedEventAttributes message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified NexusOperationCompletedEventAttributes message, length delimited. Does not implicitly temporal.api.history.v1.NexusOperationCompletedEventAttributes.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesNexusOperationCompletedEventAttributes message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): NexusOperationCompletedEventAttributes

Creates a NexusOperationCompletedEventAttributes message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

NexusOperationCompletedEventAttributes

NexusOperationCompletedEventAttributes


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageNexusOperationCompletedEventAttributesNexusOperationCompletedEventAttributes
options?IConversionOptionsConversion options

Returns

Object

Plain object