@connectum/reflection
gRPC Server Reflection v1 and v1alpha for discovery and tooling.
Install
bash
npm install @connectum/reflectionbash
pnpm add @connectum/reflectionbash
bun add @connectum/reflectionStart 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 point | Use it to |
|---|---|
Reflection | Register reflection as a server protocol. |
collectFileProtos | Collect transitive file descriptors for reflection. |
Runtime boundaries and extension seams remain in Connectum Runtime Architecture.
Learn / Configure / API Reference
- Learn: Focused guide
- Configure: Task and configuration guidance
- API reference: Exact options and symbols
- Package API index: Generated TypeDoc
- Source: @connectum/reflection on GitHub
Related Modules
Compare all Connectum packages by capability.