ข้ามไปยังเนื้อหา

Class Abt006DurableExecutionRequiresEventSourcingRule

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Behaviors.Compatibility
Assembly: Cephalon.Behaviors.dll

ABT-006: A durable-execution behavior must declare event sourcing so the runtime and operator surfaces stay aligned with replay semantics.

public sealed class Abt006DurableExecutionRequiresEventSourcingRule : IBehaviorCompatibilityRule

objectAbt006DurableExecutionRequiresEventSourcingRule

IBehaviorCompatibilityRule

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

Gets a human-readable description of the rule.

public string Description { get; }

string

Gets the rule identifier ABT-006.

public string RuleId { get; }

string

Returns an error when a durable-execution behavior does not declare event sourcing.

public BehaviorCompatibilityViolation? Check(BehaviorTopologyDescriptor descriptor)

descriptor BehaviorTopologyDescriptor

The behavior topology descriptor to evaluate.

BehaviorCompatibilityViolation?

A with when the rule is violated, or null when the descriptor is compliant.