Skip to main content

Module tenancy

Module tenancy 

Source
Expand description

Multi-tenancy infrastructure: pool factory, executor construction, health monitoring.

Re-exports§

pub use pool_factory::FromPoolConfig;
pub use pool_factory::TenantPoolConfig;
pub use pool_factory::create_tenant_executor;

Modules§

pool_factory
Tenant pool creation and executor construction.

Functions§

make_executor_factory
Create a TenantExecutorFactory for an adapter that implements FromPoolConfig.

Type Aliases§

TenantExecutorFactory
Type-erased async factory for creating tenant executors.