Skip to main content

Module endpoint

Module endpoint 

Source
Expand description

Classification of OpenSearch requests into handling categories.

The OpenSearch REST surface is large; EndpointKind mirrors the supported matrix in docs/specs/opensearch-endpoints.md and decides how a request is treated by the tenancy layer. Adding a variant to a tenancy-aware class requires a symmetry test (docs/09).

Enumsยง

EndpointKind
How a classified request must be handled by the routing/tenancy layer.