Skip to main content

Class: Worker

v1.EndpointTarget.Worker

Target a worker polling on a Nexus task queue in a specific namespace.

Properties

namespace

namespace: string

Namespace to route requests to.


taskQueue

taskQueue: string

Nexus task queue to route requests to.

Methods

toJSON

toJSON(): Object

Converts this Worker to JSON.

Returns

Object

JSON object


create

create(properties?): Worker & $Properties

Creates a new Worker instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

Worker & $Properties

Worker instance

create(properties?): Worker

Parameters

NameType
properties?$Properties

Returns

Worker


decode

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

Decodes a Worker message from the specified reader or buffer.

Parameters

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

Returns

Worker & $Properties

Worker

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): Worker & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

Worker & $Properties

Worker

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 Worker message. Does not implicitly temporal.api.nexus.v1.EndpointTarget.Worker.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified Worker message, length delimited. Does not implicitly temporal.api.nexus.v1.EndpointTarget.Worker.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): Worker

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

Worker

Worker


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageWorkerWorker
options?IConversionOptionsConversion options

Returns

Object

Plain object