Skip to content

ambiten


ambiten / core / AmbitenClientOptions

Interface: AmbitenClientOptions

Defined in: packages/core/src/types/ambiten.client.type.ts:44

Options for configuring the AmbitenClient.

Properties

client?

optional client?: MongoClient

Defined in: packages/core/src/types/ambiten.client.type.ts:58

An optional MongoClient instance.


collectionName?

optional collectionName?: string

Defined in: packages/core/src/types/ambiten.client.type.ts:53

The name of the collection to use.


config?

optional config?: AmbitenConfig

Defined in: packages/core/src/types/ambiten.client.type.ts:63

Optional configuration for Ambiten.


dbName?

optional dbName?: string

Defined in: packages/core/src/types/ambiten.client.type.ts:48

The name of the database to connect to.

Context-aware execution infrastructure for multi-tenant systems.