Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStates

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

Defines the stable state identifiers used by managed-connector provider-specific control-plane materializer answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStates

objectCdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStates

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

The selected provider-specific control-plane materializer is currently executing or actively driving one provider-owned lane.

public const string MaterializerExecuting = "materializer-executing"

string

Provider-specific control-plane materializer follow-through is currently ready to select one concrete materializer on the shared runtime surface.

public const string MaterializerReady = "materializer-ready"

string

Provider-specific control-plane materializer follow-through currently remains risky because broader provider or runtime truth is not safe enough yet.

public const string MaterializerRisk = "materializer-risk"

string

Provider-specific control-plane materializer follow-through has selected one concrete materializer on the shared runtime surface.

public const string MaterializerSelected = "materializer-selected"

string

Provider-specific control-plane materializer follow-through does not currently expose enough provider identity or adapter truth to select one concrete materializer.

public const string MaterializerUnavailable = "materializer-unavailable"

string

Provider-specific control-plane materializer follow-through does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

Provider-specific control-plane materializer follow-through still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string