Skip to content
PackagesOperationsDocs 1.3.x

@connectum/reflection

gRPC Server Reflection v1 and v1alpha for discovery and tooling.

Install

bash
npm install @connectum/reflection
bash
pnpm add @connectum/reflection
bash
bun add @connectum/reflection

Start Here

typescript
import { Reflection } from '@connectum/reflection';

const server = createServer({
  services: [greeterService],
  protocols: [Reflection()],
});

For a complete, source-verified workflow, continue with the focused guide below.

Key Entry Points

Entry pointUse it to
ReflectionRegister reflection as a server protocol.
collectFileProtosCollect transitive file descriptors for reflection.

Runtime boundaries and extension seams remain in Connectum Runtime Architecture.

Learn / Configure / API Reference

Compare all Connectum packages by capability.