Foundation
@connectum/core
Server lifecycle, service registration, configuration, TLS, and in-process clients.
createServer · defineService · createCatalogClient
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.
CreateServerOptionsJwtAuthInterceptorOptionsDefaultInterceptorOptionsEventBusOptionsOtelInterceptorOptionsFoundation
Server lifecycle, service registration, configuration, TLS, and in-process clients.
createServer · defineService · createCatalogClient
Foundation
Error handling, validation, timeouts, resilience, and method-scoped middleware.
createDefaultInterceptors · createMethodFilterInterceptor
Security
JWT, gateway, session, internal-service authentication, and authorization.
createJwtAuthInterceptor · createAuthzInterceptor · requireAuthContext
Communication
Proto-first publish and subscribe with middleware, retries, and dead-letter handling.
createEventBus · MemoryAdapter · createBroadcastSubscribers
Communication
NATS JetStream adapter for the Connectum EventBus.
NatsAdapter · NatsAdapterOptions
Communication
Kafka and Redpanda adapter for the Connectum EventBus.
KafkaAdapter · KafkaAdapterOptions
Communication
Redis Streams and Valkey adapter for the Connectum EventBus.
RedisAdapter · RedisAdapterOptions
Communication
AMQP and RabbitMQ adapter with topology and reliable-publishing controls.
AmqpAdapter · AmqpAdapterOptions
Operations
OpenTelemetry tracing, metrics, logging, providers, and client/server instrumentation.
createOtelInterceptor · initProvider · getLogger
Operations
gRPC health protocol, HTTP probes, readiness state, and Kubernetes integration.
Healthcheck · healthcheckManager · ServingStatus
Operations
gRPC Server Reflection for discovery, inspection, and tooling.
Reflection · collectFileProtos
Tooling and testing
Service scaffolding, service generation, version inspection, and reflection-based proto sync.
connectum init · connectum generate service · connectum proto sync
Tooling and testing
Buf plugin that generates typed service-catalog call and stream mappings.
protoc-gen-catalog
Tooling and testing
Supported test servers, local transports, parity helpers, collectors, and assertions.
createTestServer · withTestServer · createLocalClient
Tooling and testing
Low-level mock factories and protobuf descriptor fixtures for advanced test tooling.
createMockRequest · createFakeService · createMockStream