A compile-time complete mapping from an endpoint group structure to handler entries. Every endpoint key in every group must have a corresponding HandlerEntry — omitting one is a type error.
Subscription endpoints (created via endpoint.subscription()) are mapped to SubscriptionHandlerEntry instead of HandlerEntry.
endpoint.subscription()
A record of groups, each a record of endpoint builders. Typically the return type of defineApi() with server-side extensions applied.
defineApi()
A compile-time complete mapping from an endpoint group structure to handler entries. Every endpoint key in every group must have a corresponding HandlerEntry — omitting one is a type error.
Subscription endpoints (created via
endpoint.subscription()) are mapped to SubscriptionHandlerEntry instead of HandlerEntry.