Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStates

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable state identifiers used by managed-connector command-issuance answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStates

objectCdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStates

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

Cephalon can accept the command onto a future shared issuance lane, but approval still gates later execution handoff.

public const string Accepted = "accepted"

string

The managed connector still has one or more blockers before Cephalon can trust the shared issuance lane.

public const string Blocked = "blocked"

string

Cephalon can mark the command as issued on the shared issuance lane for a later provider-execution slice.

public const string Issued = "issued"

string

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

public const string NotApplicable = "not-applicable"

string

Cephalon can describe command issuance posture, but the write-path still remains operator-owned.

public const string OperatorOnly = "operator-only"

string

Cephalon rejects the current command issuance because shared runtime truth indicates no additional write-path changes are needed.

public const string Rejected = "rejected"

string