Class NexusClientOptions
- Namespace
- Temporalio.Workflows
- Assembly
- Temporalio.dll
Options for creating a Nexus client.
public class NexusClientOptions : ICloneable
- Inheritance
-
NexusClientOptions
- Implements
- Inherited Members
Remarks
WARNING: Nexus support is experimental.
Constructors
NexusClientOptions()
Initializes a new instance of the NexusClientOptions class.
public NexusClientOptions()
NexusClientOptions(string)
Initializes a new instance of the NexusClientOptions class.
public NexusClientOptions(string endpoint)
Parameters
endpoint
stringEndpoint.
Properties
Endpoint
Gets or sets the endpoint.
public string? Endpoint { get; set; }
Property Value
Methods
Clone()
Create a shallow copy of these options.
public virtual object Clone()
Returns
- object
A shallow copy of these options.