Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationSources

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

Defines the stable source identifiers used by managed-connector automatic background retry coordination answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationSources

objectCdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationSources

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

The automatic background retry coordination answer was derived primarily from automatic retry posture.

public const string AutomaticRetryExecution = "automatic-retry-execution"

string

The automatic background retry coordination answer was derived primarily from the host-owned coordination owner id.

public const string CoordinationOwner = "coordination-owner"

string

The automatic background retry coordination answer was derived primarily from execution-ownership semantics.

public const string ExecutionOwnership = "execution-ownership"

string

The automatic background retry coordination answer was derived primarily from reporter-coordination truth.

public const string ReporterCoordination = "reporter-coordination"

string

The automatic background retry coordination answer does not currently resolve to one specific source.

public const string Unknown = "unknown"

string