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 CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationSources
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”AutomaticRetryExecution
Section titled “ AutomaticRetryExecution”The automatic background retry coordination answer was derived primarily from automatic retry posture.
public const string AutomaticRetryExecution = "automatic-retry-execution"Field Value
Section titled “Field Value”CoordinationOwner
Section titled “ CoordinationOwner”The automatic background retry coordination answer was derived primarily from the host-owned coordination owner id.
public const string CoordinationOwner = "coordination-owner"Field Value
Section titled “Field Value”ExecutionOwnership
Section titled “ ExecutionOwnership”The automatic background retry coordination answer was derived primarily from execution-ownership semantics.
public const string ExecutionOwnership = "execution-ownership"Field Value
Section titled “Field Value”ReporterCoordination
Section titled “ ReporterCoordination”The automatic background retry coordination answer was derived primarily from reporter-coordination truth.
public const string ReporterCoordination = "reporter-coordination"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The automatic background retry coordination answer does not currently resolve to one specific source.
public const string Unknown = "unknown"