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 CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneMaterializerStates
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”MaterializerExecuting
Section titled “ MaterializerExecuting”The selected provider-specific control-plane materializer is currently executing or actively driving one provider-owned lane.
public const string MaterializerExecuting = "materializer-executing"Field Value
Section titled “Field Value”MaterializerReady
Section titled “ MaterializerReady”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"Field Value
Section titled “Field Value”MaterializerRisk
Section titled “ MaterializerRisk”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"Field Value
Section titled “Field Value”MaterializerSelected
Section titled “ MaterializerSelected”Provider-specific control-plane materializer follow-through has selected one concrete materializer on the shared runtime surface.
public const string MaterializerSelected = "materializer-selected"Field Value
Section titled “Field Value”MaterializerUnavailable
Section titled “ MaterializerUnavailable”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"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Provider-specific control-plane materializer follow-through does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Provider-specific control-plane materializer follow-through still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"