| Package | Description |
|---|---|
| com.holonplatform.core.tenancy |
| Modifier and Type | Method and Description |
|---|---|
static TenantResolver |
TenantResolver.staticTenantResolver(String tenantId)
Build a static
TenantResolver, returning always the given tenantId as current tenant id. |
| Modifier and Type | Method and Description |
|---|---|
static Optional<TenantResolver> |
TenantResolver.getCurrent()
Convenience method to obtain the current
TenantResolver made available as Context resource, using
default ClassLoader. |
Copyright © 2019 The Holon Platform. All rights reserved.