Class: TaskQueueClient
client.TaskQueueClient
Client for starting Workflow executions and creating Workflow handles
The Worker Versioning API is still being designed. Major changes are expected.
Hierarchy
-
BaseClient
↳
TaskQueueClient
Constructors
constructor
• new TaskQueueClient(options?
): TaskQueueClient
Parameters
Name | Type |
---|---|
options? | BaseClientOptions |
Returns
Overrides
BaseClient.constructor
Properties
connection
• Readonly
connection: ConnectionLike
The underlying connection or NativeConnection | native connection used by this client.
Clients are cheap to create, but connections are expensive. Where it makes sense,
a single connection may and should be reused by multiple Client
s.
Inherited from
BaseClient.connection
options
• Readonly
options: LoadedTaskQueueClientOptions
Accessors
workflowService
• get
workflowService(): WorkflowService
Raw gRPC access to the Temporal service.
NOTE: The namespace provided in options is not automatically set on requests using this service attribute.