Skip to content
API & referenceDocs 1.3.x

API and Reference

Reference documentation currently describes the 1.3.x release line. Historical version switching is not available yet; compare this line with the versions installed in your application before applying an option or migration.

Find the right surface

Common exact lookups

Browse by module

Foundation

Foundation

@connectum/core

Server lifecycle, service registration, configuration, TLS, and in-process clients.

createServer · defineService · createCatalogClient

Security

Security

@connectum/auth

JWT, gateway, session, internal-service authentication, and authorization.

createJwtAuthInterceptor · createAuthzInterceptor · requireAuthContext

Communication

Communication

@connectum/events

Proto-first publish and subscribe with middleware, retries, and dead-letter handling.

createEventBus · MemoryAdapter · createBroadcastSubscribers

Operations

Operations

@connectum/otel

OpenTelemetry tracing, metrics, logging, providers, and client/server instrumentation.

createOtelInterceptor · initProvider · getLogger

Tooling and testing

Tooling and testing

@connectum/cli

Service scaffolding, service generation, version inspection, and reflection-based proto sync.

connectum init · connectum generate service · connectum proto sync

Tooling and testing

@connectum/testing

Supported test servers, local transports, parity helpers, collectors, and assertions.

createTestServer · withTestServer · createLocalClient

Tooling and testing

@connectum/test-fixtures

Low-level mock factories and protobuf descriptor fixtures for advanced test tooling.

createMockRequest · createFakeService · createMockStream