Interface IStranglerFigMigrationRuntimeCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Patterns
Assembly: Cephalon.Abstractions.dll
Exposes the effective strangler-fig migration policy visible to the current runtime.
public interface IStranglerFigMigrationRuntimeCatalogProperties
Section titled “Properties”Routes
Section titled “ Routes”Gets all effective strangler-fig migration-policy answers visible to the current runtime.
IReadOnlyList<StranglerFigMigrationRuntimeDescriptor> Routes { get; }Property Value
Section titled “Property Value”IReadOnlyList<StranglerFigMigrationRuntimeDescriptor>
Methods
Section titled “Methods”GetById(string)
Section titled “ GetById(string)”Gets one effective strangler-fig migration-policy answer by its stable route identifier.
StranglerFigMigrationRuntimeDescriptor? GetById(string routeId)Parameters
Section titled “Parameters”routeId string
The route identifier to resolve.
Returns
Section titled “Returns”StranglerFigMigrationRuntimeDescriptor?
The matching runtime descriptor, or null when it is not active.
GetBySourceModule(string)
Section titled “ GetBySourceModule(string)”Gets all effective strangler-fig migration-policy answers owned by the requested module.
IReadOnlyList<StranglerFigMigrationRuntimeDescriptor> GetBySourceModule(string sourceModuleId)Parameters
Section titled “Parameters”sourceModuleId string
The module identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<StranglerFigMigrationRuntimeDescriptor>
The matching runtime descriptors, or an empty list when none are active.