Interface IRestEndpointRuntimeRegistry
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Collects resolved public REST endpoints while the active host materializes transport routes.
public interface IRestEndpointRuntimeRegistryRemarks
Section titled “Remarks”Host adapters and transport helpers use this registry to publish the resolved Cephalon-owned
REST endpoint surface into
Methods
Section titled “Methods”Clear()
Section titled “ Clear()”Clears any previously registered runtime endpoints before a host rematerializes its REST surface.
void Clear()Register(RestEndpointRuntimeDescriptor)
Section titled “ Register(RestEndpointRuntimeDescriptor)”Registers one resolved public REST endpoint with the runtime catalog.
void Register(RestEndpointRuntimeDescriptor endpoint)Parameters
Section titled “Parameters”endpoint RestEndpointRuntimeDescriptor
The resolved endpoint descriptor to register.