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
TenantExecutorFactoryfor an adapter that implementsFromPoolConfig.
Type Aliases§
- Tenant
Executor Factory - Type-erased async factory for creating tenant executors.