Skip to content

ambiten


ambiten / adapter-runtime / runWithAdapterContext

Function: runWithAdapterContext()

runWithAdapterContext<T>(req, handler, options?): Promise<T>

Defined in: packages/adapter-runtime/src/context-runner.ts:17

Type Parameters

T

T

Parameters

req

AmbitenRequestLike

handler

() => T | Promise<T>

options?

AdapterContextOptions = {}

Returns

Promise<T>

Context-aware execution infrastructure for multi-tenant systems.