Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterSources

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

Defines the stable source identifiers used by managed-connector execution-adapter answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterSources

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterSources

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

The execution adapter is primarily grounded in shared command-envelope truth.

public const string CommandEnvelope = "command-envelope"

string

The execution adapter is primarily grounded in shared command-issuance truth.

public const string CommandIssuance = "command-issuance"

string

The execution adapter is primarily grounded in shared execution-approval truth.

public const string ExecutionApproval = "execution-approval"

string

The execution adapter is primarily grounded in shared execution-intent truth.

public const string ExecutionIntent = "execution-intent"

string

The execution adapter does not currently have a more specific primary source.

public const string Unknown = "unknown"

string