Skip to content

Interface IRestEndpointRuntimeRegistry

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

Collects resolved public REST endpoints while the active host materializes transport routes.

public interface IRestEndpointRuntimeRegistry

Host adapters and transport helpers use this registry to publish the resolved Cephalon-owned REST endpoint surface into . Consumer code should normally read the catalog instead of mutating the registry directly.

Clears any previously registered runtime endpoints before a host rematerializes its REST surface.

void Clear()

Registers one resolved public REST endpoint with the runtime catalog.

void Register(RestEndpointRuntimeDescriptor endpoint)

endpoint RestEndpointRuntimeDescriptor

The resolved endpoint descriptor to register.