Class CdcCaptureExecutionRuntimeManagedConnectorCommandRetrySources
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector command-retry answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandRetrySourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandRetrySources
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”CommandExecution
Section titled “ CommandExecution”The retry posture was derived from the latest shared command-execution outcome.
public const string CommandExecution = "command-execution"Field Value
Section titled “Field Value”CommandExecutionHistory
Section titled “ CommandExecutionHistory”The retry posture was derived from bounded shared command-execution history.
public const string CommandExecutionHistory = "command-execution-history"Field Value
Section titled “Field Value”ExecutionAdapter
Section titled “ ExecutionAdapter”The retry posture was derived from the shared execution-adapter lane.
public const string ExecutionAdapter = "execution-adapter"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The retry posture does not currently resolve to one specific source.
public const string Unknown = "unknown"