Skip to main content

Interface: INexusHandler

v1.Callback.INexusHandler

Properties of a NexusHandler.

Hierarchy

Properties

operation

Optional operation: null | string

Target operation, e.g. "DeliverAsWebhook".

Inherited from

$Properties.operation


service

Optional service: null | string

Target Nexus service, e.g. "HTTPAdapter".

Inherited from

$Properties.service


sourceContext

Optional sourceContext: null | $Properties

Arbitrary user-supplied data from the source operation's callsite. (As applicable, not all operations support attaching context data.)

There are restrictions on the maxium payload size a single callback can carry, as well as the total sum of all source context payloads attached to an execution. See dynamic configuration: "callback.nexusHandler.sourceContext.maxSize", "callback.nexusHandler.sourceContext.aggregateMaxSize".

Inherited from

$Properties.sourceContext


taskQueueName

Optional taskQueueName: null | string

Nexus task queue the Temporal worker is listening on.

NOTE: This is not a temporal.api.taskqueue.v1.TaskQueue to avoid a circular dependency.

Inherited from

$Properties.taskQueueName