Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicySources

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

Defines the stable source identifiers used by managed-connector retry-execution policy answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicySources

objectCdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicySources

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

The retry-execution policy was derived primarily from the shared command-retry lane.

public const string CommandRetry = "command-retry"

string

The retry-execution policy was derived primarily from the shared execution-adapter lane.

public const string ExecutionAdapter = "execution-adapter"

string

The retry-execution policy was derived primarily from the shared execution-approval lane.

public const string ExecutionApproval = "execution-approval"

string

The retry-execution policy does not currently resolve to one specific source.

public const string Unknown = "unknown"

string