Table of Contents

Class NexusWorkflowClientOptions

Namespace
Temporalio.Workflows
Assembly
Temporalio.dll

Options for creating a Nexus client.

public class NexusWorkflowClientOptions : ICloneable
Inheritance
NexusWorkflowClientOptions
Implements
Inherited Members

Remarks

WARNING: Nexus support is experimental.

Constructors

NexusWorkflowClientOptions()

Initializes a new instance of the NexusWorkflowClientOptions class.

public NexusWorkflowClientOptions()

NexusWorkflowClientOptions(string)

Initializes a new instance of the NexusWorkflowClientOptions class.

public NexusWorkflowClientOptions(string endpoint)

Parameters

endpoint string

Endpoint.

Properties

Endpoint

Gets or sets the endpoint.

public string? Endpoint { get; set; }

Property Value

string

Methods

Clone()

Create a shallow copy of these options.

public virtual object Clone()

Returns

object

A shallow copy of these options.