Skip to content

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 CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStates

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStates

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

The managed connector still has one or more blockers before Cephalon can trust a provider execution adapter.

public const string Blocked = "blocked"

string

The execution runtime does not currently produce a managed-connector execution-adapter answer.

public const string NotApplicable = "not-applicable"

string

Cephalon can describe the provider execution lane, but the write-path remains operator-owned.

public const string OperatorOnly = "operator-only"

string

Cephalon can route the shared issuance lane through a matching provider execution adapter.

public const string Ready = "ready"

string

Cephalon can describe the provider execution lane, but no matching provider execution adapter is currently registered.

public const string Unavailable = "unavailable"

string