Skip to content

Class TenantInvitationDeliveryStatusObservationEndpointRouteBuilderExtensions

Namespace: Cephalon.MultiTenancy.Governance.AspNetCore.Hosting
Assembly: Cephalon.MultiTenancy.Governance.AspNetCore.dll

Maps ASP.NET Core endpoints for reading normalized tenant-invitation delivery status observations.

public static class TenantInvitationDeliveryStatusObservationEndpointRouteBuilderExtensions

objectTenantInvitationDeliveryStatusObservationEndpointRouteBuilderExtensions

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

MapCephalonTenantInvitationDeliveryStatusObservations(IEndpointRouteBuilder)

Section titled “ MapCephalonTenantInvitationDeliveryStatusObservations(IEndpointRouteBuilder)”

Maps the optional tenant-invitation delivery status observation read endpoint.

public static IEndpointRouteBuilder MapCephalonTenantInvitationDeliveryStatusObservations(this IEndpointRouteBuilder endpoints)

endpoints IEndpointRouteBuilder

The endpoint route builder to extend.

IEndpointRouteBuilder

The same endpoint route builder for fluent routing composition.

The endpoint is opt-in, reads the host-agnostic , and performs a fail-closed authorization check by default. It exposes bounded normalized observation history only; provider-specific callback inboxes, provider polling, and distributed replay semantics remain application-managed or future provider-pack responsibilities.