Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionSources

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable source identifiers used by managed-connector broader multi-node lease-execution answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionSources

objectCdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionSources

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The multi-node lease-execution answer was derived primarily from automatic-retry coordination truth.

public const string AutomaticRetryCoordination = "automatic-retry-coordination"

string

The multi-node lease-execution answer was derived primarily from cross-node idempotency-hardening truth.

public const string CrossNodeIdempotencyHardening = "cross-node-idempotency-hardening"

string

The multi-node lease-execution answer was derived primarily from distributed retry lease truth.

public const string DistributedRetryLease = "distributed-retry-lease"

string

The multi-node lease-execution answer was derived primarily from distributed retry orchestration truth.

public const string DistributedRetryOrchestration = "distributed-retry-orchestration"

string

The multi-node lease-execution answer does not currently resolve to one specific source.

public const string Unknown = "unknown"

string