Skip to content

Connectum API Reference / @connectum/core / CreateLocalTransportOptions

Interface: CreateLocalTransportOptions

Defined in: packages/core/src/localTransport.ts:44

Options for createLocalTransport.

Properties

interceptors?

optional interceptors?: Interceptor[]

Defined in: packages/core/src/localTransport.ts:51

Client-side interceptors applied to outbound calls before they reach the registered handlers. Server-side interceptors configured on the Server instance still run inside the handler chain — these are additive and run on the client side of the in-memory pipe.