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

Interface IStranglerFigIngressRuntimeCatalog

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

Namespace: Cephalon.Abstractions.Patterns
Assembly: Cephalon.Abstractions.dll

Exposes the normalized strangler-fig ingress materialization answers visible to the current runtime.

public interface IStranglerFigIngressRuntimeCatalog

Gets all effective strangler-fig ingress answers visible to the current runtime.

IReadOnlyList<StranglerFigIngressRuntimeDescriptor> Routes { get; }

IReadOnlyList<StranglerFigIngressRuntimeDescriptor>

Gets one effective strangler-fig ingress answer by its stable route identifier.

StranglerFigIngressRuntimeDescriptor? GetById(string routeId)

routeId string

The route identifier to resolve.

StranglerFigIngressRuntimeDescriptor?

The matching runtime descriptor, or null when it is not active.

Gets all effective strangler-fig ingress answers owned by the requested module.

IReadOnlyList<StranglerFigIngressRuntimeDescriptor> GetBySourceModule(string sourceModuleId)

sourceModuleId string

The module identifier to filter by.

IReadOnlyList<StranglerFigIngressRuntimeDescriptor>

The matching runtime descriptors, or an empty list when none are active.