Class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalSources
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector command-journal answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandJournalSources
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”CommandExecutionHistory
Section titled “ CommandExecutionHistory”The command journal was derived primarily from bounded shared command-execution history.
public const string CommandExecutionHistory = "command-execution-history"Field Value
Section titled “Field Value”CommandRetry
Section titled “ CommandRetry”The command journal was derived primarily from the shared command-retry lane.
public const string CommandRetry = "command-retry"Field Value
Section titled “Field Value”RetryExecutionPolicy
Section titled “ RetryExecutionPolicy”The command journal was derived primarily from the shared retry-execution policy lane.
public const string RetryExecutionPolicy = "retry-execution-policy"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The command journal does not currently resolve to one specific source.
public const string Unknown = "unknown"