Table of Contents

Class TemporalWorkerClientUpdater

Namespace
Temporalio.Extensions.Hosting
Assembly
Temporalio.Extensions.Hosting.dll

Notification hub that can be used to push Temporal worker client updates to subscribing Temporal workers.

public class TemporalWorkerClientUpdater
Inheritance
TemporalWorkerClientUpdater
Inherited Members

Methods

UpdateClient(IWorkerClient)

Dispatches a notification to all subscribers that a new worker client should be used.

public void UpdateClient(IWorkerClient client)

Parameters

client IWorkerClient

The new IWorkerClient that should be pushed out to all subscribing workers.