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

Interface IRestEndpointPublicationGroupRuntimeCatalog

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

Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll

Exposes grouped REST endpoint publication visibility for behavior-backed public REST candidates.

public interface IRestEndpointPublicationGroupRuntimeCatalog

This surface complements by grouping the candidate-level truth per behavior so operators can inspect published, precedence-suppressed, and governance-suppressed shorthand outcomes without reconstructing that story manually.

Gets the grouped REST endpoint publication answers visible to the current runtime.

IReadOnlyList<RestEndpointPublicationGroupDescriptor> Groups { get; }

IReadOnlyList<RestEndpointPublicationGroupDescriptor>

Gets one grouped REST endpoint publication answer by behavior identifier.

RestEndpointPublicationGroupDescriptor? GetByBehaviorId(string behaviorId)

behaviorId string

The stable behavior identifier to resolve.

RestEndpointPublicationGroupDescriptor?

The matching grouped publication answer, or null when it is not present.