Class CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector execution-adapter answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStates
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”Blocked
Section titled “ Blocked”The managed connector still has one or more blockers before Cephalon can trust a provider execution adapter.
public const string Blocked = "blocked"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The execution runtime does not currently produce a managed-connector execution-adapter answer.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Cephalon can describe the provider execution lane, but the write-path remains operator-owned.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”Cephalon can route the shared issuance lane through a matching provider execution adapter.
public const string Ready = "ready"Field Value
Section titled “Field Value”Unavailable
Section titled “ Unavailable”Cephalon can describe the provider execution lane, but no matching provider execution adapter is currently registered.
public const string Unavailable = "unavailable"