Interface ITemporalWorkerServiceOptionsBuilder
- Namespace
- Temporalio.Extensions.Hosting
- Assembly
- Temporalio.Extensions.Hosting.dll
Interface for configuring TemporalWorkerServiceOptions for TemporalWorkerService. Methods for using this are as extensions in this namespace.
public interface ITemporalWorkerServiceOptionsBuilder
- Extension Methods
Properties
BuildId
Gets the build ID for this worker service. If unset, versioning is disabled.
string? BuildId { get; }
Property Value
Services
Gets the service collection being configured.
IServiceCollection Services { get; }
Property Value
TaskQueue
Gets the task queue for this worker service.
string TaskQueue { get; }