Results for “Std.App.Tenant.tenant”
10 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Tenant.Tenant
A registered tenant with identity, tier, and resource bounds.
- Std.App.Tenant.tenant
Str -> Str -> Std.App.Tenant.Tier -> Std.App.Tenant.Quota -> Std.App.Tenant.TenantConstruct a tenant with default active status.
- Std.App.Tenant.admit
&Std.App.Tenant.TenantRegistry -> Str -> Int -> Std.App.Tenant.AdmissionAtomically check admission bounds for an incoming tenant request.
- Std.App.Tenant.get
&Std.App.Tenant.TenantRegistry -> Str -> Option[Std.App.Tenant.Tenant]Look up a tenant by ID.
- Std.App.Tenant.guard
&Std.App.Tenant.TenantRegistry -> fn(&Std.Http.Server.Route.Request) -> Option[Str] -> fn(Std.Http.Server.Route.Request, fn(Std.Http.Server.Route.Request) -> Std.Http.Response) -> Std.Http.ResponseHTTP middleware enforcing tenant admission, concurrency bounds, and account status.
- Std.App.Tenant.register
&Std.App.Tenant.TenantRegistry -> Std.App.Tenant.Tenant -> ()Register a new tenant or update an existing tenant's specification.
- Std.App.Tenant.registry
Std.App.Tenant.TenantRegistryInitialize an empty synchronized tenant registry.
- Std.App.Tenant.release
&Std.App.Tenant.TenantRegistry -> Str -> ()Atomically release a concurrent in-flight request slot for a tenant.
- Std.App.Tenant.setActive
&Std.App.Tenant.TenantRegistry -> Str -> Bool -> BoolEnable or suspend a tenant account.
- Std.App.Tenant.setQuota
&Std.App.Tenant.TenantRegistry -> Str -> Std.App.Tenant.Quota -> BoolDynamically update resource quotas for a tenant.
