Class CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector command-retry answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandRetryStates
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”Cooldown
Section titled “ Cooldown”The current shared runtime truth matches a recently-recorded command and should wait for a short cooldown window before retrying.
public const string Cooldown = "cooldown"Field Value
Section titled “Field Value”Duplicate
Section titled “ Duplicate”The current shared runtime truth matches an already-recorded command and replaying it would be duplicative.
public const string Duplicate = "duplicate"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The command-retry posture does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”NotNeeded
Section titled “ NotNeeded”The current shared runtime truth indicates that a retry is not currently needed.
public const string NotNeeded = "not-needed"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”The current shared runtime truth still leaves the command operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”RetryBlocked
Section titled “ RetryBlocked”The current shared runtime truth still blocks a safe retry.
public const string RetryBlocked = "retry-blocked"Field Value
Section titled “Field Value”RetryEligible
Section titled “ RetryEligible”The current shared runtime truth allows a safe retry of a matching prior command.
public const string RetryEligible = "retry-eligible"