Skip to main content

Interface: INexusOperationCompletedEventAttributes

history.v1.INexusOperationCompletedEventAttributes

Properties of a NexusOperationCompletedEventAttributes.

Hierarchy​

  • $Properties

    ↳ INexusOperationCompletedEventAttributes

Properties​

requestId​

• Optional requestId: null | string

The request ID allocated at schedule time.

Inherited from​

$Properties.requestId


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.

Inherited from​

$Properties.result


scheduledEventId​

• Optional scheduledEventId: null | Long

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

Inherited from​

$Properties.scheduledEventId