Class PipelineHostOptions
- Namespace
- Pipelinez.Core.Distributed
- Assembly
- Pipelinez.dll
Configures host-level execution behavior for a pipeline.
public sealed class PipelineHostOptions
- Inheritance
-
PipelineHostOptions
- Inherited Members
Properties
ExecutionMode
Gets the execution mode used by the pipeline.
public PipelineExecutionMode ExecutionMode { get; init; }
Property Value
InstanceId
Gets the host instance identifier reported in runtime and diagnostic data.
public string? InstanceId { get; init; }
Property Value
RequireTransportOwnership
Gets a value indicating whether distributed mode requires transport ownership support.
public bool RequireTransportOwnership { get; init; }
Property Value
WorkerId
Gets the worker identifier reported in runtime and diagnostic data.
public string? WorkerId { get; init; }