public interface TenantScopeManager
EnableTenantScope| Modifier and Type | Method and Description |
|---|---|
void |
discardTenantBeanStore(String tenantId)
Destroy the bean store bound to given
tenant id, i.e. |
void discardTenantBeanStore(String tenantId)
tenant id, i.e. removes all the tenant scoped bean instances
which refer to given tenant id, triggering any associated destruction callback.tenantId - The tenant id which identifies the bean store (not null)Copyright © 2019 The Holon Platform. All rights reserved.